Shades of Dark Khaki #C0BE71
Tints of Dark Khaki #C0BE71
RGB
CMYK
RGB Variations
Color information
#C0BE71 (or 0xC0BE71) is known color: Dark Khaki. HEX triplet: C0, BE and 71. RGB value is (192,190,113). Sum of RGB (Red+Green+Blue) = 192+190+113=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE71 is #3F418E. Grayscale: #B6B6B6. Windows color (decimal): -4145551 or 7454400. OLE color: 7454400.
HSL color Cylindrical-coordinate representation of color #C0BE71: hue angle of 58.48º 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 #C0BE71 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 113 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.25 |
| HSL | 58.48º | 0.39% | 0.6% | - |
| HSV(B) | 58.48º | 0.41% | 0.75% | - |
| XYZ | 43.13 | 49.23 | 22.85 | - |
| YUV | 181.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 113 | 0 | 0.01 | 0.41 | 0.25 | 58.48 | 0.39 | 0.6 |
| Hex | C0 | BE | 71 | 0 | 1 | 29 | 19 | 3A | 27 | 3C |
| Octal | 300 | 276 | 161 | 0 | 1 | 51 | 31 | 72 | 47 | 74 |
| Binary | 11000000 | 10111110 | 1110001 | 0 | 1 | 101001 | 11001 | 111010 | 100111 | 111100 |
Color Harmonies of #C0BE71
Complementary color
Monochromatic Colors of #C0BE71
Black with #C0BE71
Text Example
Text Example
White with #C0BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE71; }
p { color: rgb(192,190,113); }
H1.HeaderClassName
{
color: #C0BE71;
}
.AnyTagClassName
{
color: #C0BE71;
}
</style>
background-color css
<style>
a { background-color: #C0BE71; }
a { background-color: rgb(192,190,113); }
div.DivClassName
{
background-color: #C0BE71;
}
.BgClassName
{
background-color: #C0BE71;
}
</style>
border-color css
<style>
span { border-color: #C0BE71; }
span { border-color: rgb(192,190,113); }
td.TdClassName
{
border-color: #C0BE71;
}
.TagClassName
{
border-color: #C0BE71;
}
</style>