#C0BB72

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

Shades of Dark Khaki #C0BB72

Tints of Dark Khaki #C0BB72

Color information

#C0BB72 (or 0xC0BB72) is unknown color: approx Dark Khaki. HEX triplet: C0, BB and 72. RGB value is (192,187,114). Sum of RGB (Red+Green+Blue) = 192+187+114=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB72 is #3F448D. Grayscale: #B4B4B4. Windows color (decimal): -4146318 or 7519168. OLE color: 7519168.

HSL color Cylindrical-coordinate representation of color #C0BB72: hue angle of 56.15º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0BB72 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192187114-
CMYK00.030.410.25
HSL56.15º38.24%60%-
HSV(B)56.15º40.62%75.29%-
XYZ42.5547.9622.93-
YUV180.1790.66136.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=38.95%
G=37.93%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218711400.030.410.2556.1538.2460
HexC0BB7203291938263c
Octal300273162035131704674
Binary1100000010111011111001001110100111001111000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB72; }

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

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

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

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

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

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

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

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