#C2B872

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

Shades of Dark Khaki #C2B872

Tints of Dark Khaki #C2B872

Color information

#C2B872 (or 0xC2B872) is unknown color: approx Dark Khaki. HEX triplet: C2, B8 and 72. RGB value is (194,184,114). Sum of RGB (Red+Green+Blue) = 194+184+114=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B872 is #3D478D. Grayscale: #B3B3B3. Windows color (decimal): -4016014 or 7518402. OLE color: 7518402.

HSL color Cylindrical-coordinate representation of color #C2B872: hue angle of 52.5º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2B872 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB194184114-
CMYK00.050.410.24
HSL52.5º39.6%60.39%-
HSV(B)52.5º41.24%76.08%-
XYZ42.4346.9722.75-
YUV179.0191.31138.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=39.43%
G=37.40%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418411400.050.410.2452.539.660.39
HexC2B87205291834283c
Octal302270162055130645074
Binary11000010101110001110010010110100111000110100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B872; }

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

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

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

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

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

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

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

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