#C2B973

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

Shades of Dark Khaki #C2B973

Tints of Dark Khaki #C2B973

Color information

#C2B973 (or 0xC2B973) is unknown color: approx Dark Khaki. HEX triplet: C2, B9 and 73. RGB value is (194,185,115). Sum of RGB (Red+Green+Blue) = 194+185+115=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B973 is #3D468C. Grayscale: #B4B4B4. Windows color (decimal): -4015757 or 7584194. OLE color: 7584194.

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

Color convert

RGB194185115-
CMYK00.050.410.24
HSL53.16º39.3%60.59%-
HSV(B)53.16º40.72%76.08%-
XYZ42.6947.4123.12-
YUV179.7191.48138.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=39.27%
G=37.45%
B=23.28%

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
Decimal19418511500.050.410.2453.1639.360.59
HexC2B97305291835273d
Octal302271163055130654775
Binary11000010101110011110011010110100111000110101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B973; }

 p { color: rgb(194,185,115); }

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

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

 a { background-color: rgb(194,185,115); }

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

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

 span { border-color: rgb(194,185,115); }

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