Shades of Dark Khaki #C0BD71
Tints of Dark Khaki #C0BD71
RGB
CMYK
RGB Variations
Color information
#C0BD71 (or 0xC0BD71) is known color: Dark Khaki. HEX triplet: C0, BD and 71. RGB value is (192,189,113). Sum of RGB (Red+Green+Blue) = 192+189+113=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD71 is #3F428E. Grayscale: #B5B5B5. Windows color (decimal): -4145807 or 7454144. OLE color: 7454144.
HSL color Cylindrical-coordinate representation of color #C0BD71: hue angle of 57.72º 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 #C0BD71 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 113 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.25 |
| HSL | 57.72º | 0.39% | 0.6% | - |
| HSV(B) | 57.72º | 0.41% | 0.75% | - |
| XYZ | 42.92 | 48.79 | 22.78 | - |
| YUV | 181.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 113 | 0 | 0.02 | 0.41 | 0.25 | 57.72 | 0.39 | 0.6 |
| Hex | C0 | BD | 71 | 0 | 2 | 29 | 19 | 3A | 27 | 3C |
| Octal | 300 | 275 | 161 | 0 | 2 | 51 | 31 | 72 | 47 | 74 |
| Binary | 11000000 | 10111101 | 1110001 | 0 | 10 | 101001 | 11001 | 111010 | 100111 | 111100 |
Color Harmonies of #C0BD71
Complementary color
Monochromatic Colors of #C0BD71
Black with #C0BD71
Text Example
Text Example
White with #C0BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD71; }
p { color: rgb(192,189,113); }
H1.HeaderClassName
{
color: #C0BD71;
}
.AnyTagClassName
{
color: #C0BD71;
}
</style>
background-color css
<style>
a { background-color: #C0BD71; }
a { background-color: rgb(192,189,113); }
div.DivClassName
{
background-color: #C0BD71;
}
.BgClassName
{
background-color: #C0BD71;
}
</style>
border-color css
<style>
span { border-color: #C0BD71; }
span { border-color: rgb(192,189,113); }
td.TdClassName
{
border-color: #C0BD71;
}
.TagClassName
{
border-color: #C0BD71;
}
</style>