#C0BB71

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

Shades of Dark Khaki #C0BB71

Tints of Dark Khaki #C0BB71

Color information

#C0BB71 (or 0xC0BB71) is unknown color: approx Dark Khaki. HEX triplet: C0, BB and 71. RGB value is (192,187,113). Sum of RGB (Red+Green+Blue) = 192+187+113=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB71 is #3F448E. Grayscale: #B4B4B4. Windows color (decimal): -4146319 or 7453632. OLE color: 7453632.

HSL color Cylindrical-coordinate representation of color #C0BB71: hue angle of 56.2º degrees, saturation: 0.39, 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 #C0BB71 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192187113-
CMYK00.030.410.25
HSL56.2º38.54%59.8%-
HSV(B)56.2º41.15%75.29%-
XYZ42.4947.9422.64-
YUV180.0690.16136.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=39.02%
G=38.01%
B=22.97%

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
Decimal19218711300.030.410.2556.238.5459.8
HexC0BB7103291938273c
Octal300273161035131704774
Binary1100000010111011111000101110100111001111000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB71; }

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

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

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

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

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

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

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

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