#c8b872

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

Shades of Dark Khaki #C8B872

Tints of Dark Khaki #C8B872

Color information

#C8B872 (or 0xC8B872) is unknown color: approx Dark Khaki. HEX triplet: C8, B8 and 72. RGB value is (200,184,114). Sum of RGB (Red+Green+Blue) = 200+184+114=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B872 is #37478D. Grayscale: #B5B5B5. Windows color (decimal): -3622798 or 7518408. OLE color: 7518408.

HSL color Cylindrical-coordinate representation of color #C8B872: hue angle of 48.84º 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 #C8B872 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB200184114-
CMYK00.080.430.22
HSL48.84º43.88%61.57%-
HSV(B)48.84º43%78.43%-
XYZ4447.7822.82-
YUV180.890.3141.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=40.16%
G=36.95%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018411400.080.430.2248.8443.8861.57
HexC8B872082B16312c3e
Octal3102701620105326615476
Binary110010001011100011100100100010101110110110001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8b872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8b872; }

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

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

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

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

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

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

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

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