#C9C064

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

Shades of Tacha #C9C064

Tints of Tacha #C9C064

Color information

#C9C064 (or 0xC9C064) is unknown color: approx Tacha. HEX triplet: C9, C0 and 64. RGB value is (201,192,100). Sum of RGB (Red+Green+Blue) = 201+192+100=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C064 is #363F9B. Grayscale: #B8B8B8. Windows color (decimal): -3555228 or 6602953. OLE color: 6602953.

HSL color Cylindrical-coordinate representation of color #C9C064: hue angle of 54.65º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9C064 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB201192100-
CMYK00.040.500.21
HSL54.65º48.33%59.02%-
HSV(B)54.65º50.25%78.82%-
XYZ45.2451.0419.52-
YUV184.280.48139.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 100 (39.45% from 255) = 20.28%
R=40.77%
G=38.95%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119210000.040.500.2154.6548.3359.02
HexC9C06404321537303b
Octal311300144046225676073
Binary11001001110000001100100010011001010101110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C064; }

 p { color: rgb(201,192,100); }

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

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

 a { background-color: rgb(201,192,100); }

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

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

 span { border-color: rgb(201,192,100); }

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