#C0BB74

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

Shades of Dark Khaki #C0BB74

Tints of Dark Khaki #C0BB74

Color information

#C0BB74 (or 0xC0BB74) is unknown color: approx Dark Khaki. HEX triplet: C0, BB and 74. RGB value is (192,187,116). Sum of RGB (Red+Green+Blue) = 192+187+116=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB74 is #3F448B. Grayscale: #B4B4B4. Windows color (decimal): -4146316 or 7650240. OLE color: 7650240.

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

Color convert

RGB192187116-
CMYK00.030.400.25
HSL56.05º37.62%60.39%-
HSV(B)56.05º39.58%75.29%-
XYZ42.6648.0123.54-
YUV180.491.66136.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=38.79%
G=37.78%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218711600.030.400.2556.0537.6260.39
HexC0BB7403281938263c
Octal300273164035031704674
Binary1100000010111011111010001110100011001111000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB74; }

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

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

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

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

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

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

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

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