#C2B874

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

Shades of Dark Khaki #C2B874

Tints of Dark Khaki #C2B874

Color information

#C2B874 (or 0xC2B874) is unknown color: approx Dark Khaki. HEX triplet: C2, B8 and 74. RGB value is (194,184,116). Sum of RGB (Red+Green+Blue) = 194+184+116=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B874 is #3D478B. Grayscale: #B3B3B3. Windows color (decimal): -4016012 or 7649474. OLE color: 7649474.

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

Color convert

RGB194184116-
CMYK00.050.400.24
HSL52.31º39%60.78%-
HSV(B)52.31º40.21%76.08%-
XYZ42.5447.0123.35-
YUV179.2492.31138.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 116 (45.70% from 255) = 23.48%
R=39.27%
G=37.25%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418411600.050.400.2452.313960.78
HexC2B87405281834273d
Octal302270164055030644775
Binary11000010101110001110100010110100011000110100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B874; }

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

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

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

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

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

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

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

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