#CFC35A

Color #CFC35A Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CFC35A

Tints of Tacha #CFC35A

Color information

#CFC35A (or 0xCFC35A) is unknown color: approx Tacha. HEX triplet: CF, C3 and 5A. RGB value is (207,195,90). Sum of RGB (Red+Green+Blue) = 207+195+90=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC35A is #303CA5. Grayscale: #BBBBBB. Windows color (decimal): -3161254 or 5948367. OLE color: 5948367.

HSL color Cylindrical-coordinate representation of color #CFC35A: hue angle of 53.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFC35A is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB20719590-
CMYK00.060.570.19
HSL53.85º54.93%58.24%-
HSV(B)53.85º56.52%81.18%-
XYZ47.0953.0317.43-
YUV186.6273.48142.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 90 (35.55% from 255) = 18.29%
R=42.07%
G=39.63%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071959000.060.570.1953.8554.9358.24
HexCFC35A06391336373a
Octal317303132067123666772
Binary11001111110000111011010011011100110011110110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC35A; }

 p { color: rgb(207,195,90); }

 H1.HeaderClassName
 {
   color: #CFC35A;
 }
 .AnyTagClassName
 {
   color: #CFC35A;
 }
</style>
background-color css

<style>
 a { background-color: #CFC35A; }

 a { background-color: rgb(207,195,90); }

 div.DivClassName
 {
   background-color: #CFC35A;
 }
 .BgClassName
 {
   background-color: #CFC35A;
 }
</style>
border-color css

<style>
 span { border-color: #CFC35A; }

 span { border-color: rgb(207,195,90); }

 td.TdClassName
 {
   border-color: #CFC35A;
 }
 .TagClassName
 {
   border-color: #CFC35A;
 }
</style>