Shades of Dark Khaki #C0BF71
Tints of Dark Khaki #C0BF71
RGB
CMYK
RGB Variations
Color information
#C0BF71 (or 0xC0BF71) is known color: Dark Khaki. HEX triplet: C0, BF and 71. RGB value is (192,191,113). Sum of RGB (Red+Green+Blue) = 192+191+113=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF71 is #3F408E. Grayscale: #B6B6B6. Windows color (decimal): -4145295 or 7454656. OLE color: 7454656.
HSL color Cylindrical-coordinate representation of color #C0BF71: hue angle of 59.24º 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 #C0BF71 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 113 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.25 |
| HSL | 59.24º | 0.39% | 0.6% | - |
| HSV(B) | 59.24º | 0.41% | 0.75% | - |
| XYZ | 43.35 | 49.66 | 22.92 | - |
| YUV | 182.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 113 | 0 | 0.01 | 0.41 | 0.25 | 59.24 | 0.39 | 0.6 |
| Hex | C0 | BF | 71 | 0 | 1 | 29 | 19 | 3B | 27 | 3C |
| Octal | 300 | 277 | 161 | 0 | 1 | 51 | 31 | 73 | 47 | 74 |
| Binary | 11000000 | 10111111 | 1110001 | 0 | 1 | 101001 | 11001 | 111011 | 100111 | 111100 |
Color Harmonies of #C0BF71
Complementary color
Monochromatic Colors of #C0BF71
Black with #C0BF71
Text Example
Text Example
White with #C0BF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF71; }
p { color: rgb(192,191,113); }
H1.HeaderClassName
{
color: #C0BF71;
}
.AnyTagClassName
{
color: #C0BF71;
}
</style>
background-color css
<style>
a { background-color: #C0BF71; }
a { background-color: rgb(192,191,113); }
div.DivClassName
{
background-color: #C0BF71;
}
.BgClassName
{
background-color: #C0BF71;
}
</style>
border-color css
<style>
span { border-color: #C0BF71; }
span { border-color: rgb(192,191,113); }
td.TdClassName
{
border-color: #C0BF71;
}
.TagClassName
{
border-color: #C0BF71;
}
</style>