#C8C072

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

Shades of Dark Khaki #C8C072

Tints of Dark Khaki #C8C072

Color information

#C8C072 (or 0xC8C072) is unknown color: approx Dark Khaki. HEX triplet: C8, C0 and 72. RGB value is (200,192,114). Sum of RGB (Red+Green+Blue) = 200+192+114=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C072 is #373F8D. Grayscale: #B9B9B9. Windows color (decimal): -3620750 or 7520456. OLE color: 7520456.

HSL color Cylindrical-coordinate representation of color #C8C072: hue angle of 54.42º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8C072 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB200192114-
CMYK00.040.430.22
HSL54.42º43.88%61.57%-
HSV(B)54.42º43%78.43%-
XYZ45.7151.1923.39-
YUV185.587.65138.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=39.53%
G=37.94%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019211400.040.430.2254.4243.8861.57
HexC8C072042B16362c3e
Octal310300162045326665476
Binary11001000110000001110010010010101110110110110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C072; }

 p { color: rgb(200,192,114); }

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

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

 a { background-color: rgb(200,192,114); }

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

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

 span { border-color: rgb(200,192,114); }

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