#C4C064

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

Shades of Dark Khaki #C4C064

Tints of Dark Khaki #C4C064

Color information

#C4C064 (or 0xC4C064) is unknown color: approx Dark Khaki. HEX triplet: C4, C0 and 64. RGB value is (196,192,100). Sum of RGB (Red+Green+Blue) = 196+192+100=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C064 is #3B3F9B. Grayscale: #B7B7B7. Windows color (decimal): -3882908 or 6602948. OLE color: 6602948.

HSL color Cylindrical-coordinate representation of color #C4C064: hue angle of 57.5º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4C064 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB196192100-
CMYK00.020.490.23
HSL57.5º44.86%58.04%-
HSV(B)57.5º48.98%76.86%-
XYZ43.9150.3619.46-
YUV182.7181.33137.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 100 (39.45% from 255) = 20.49%
R=40.16%
G=39.34%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619210000.020.490.2357.544.8658.04
HexC4C0640231173a2d3a
Octal304300144026127725572
Binary1100010011000000110010001011000110111111010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C064; }

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

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

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

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

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

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

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

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