Shades of Dark Khaki #C0BF72
Tints of Dark Khaki #C0BF72
RGB
CMYK
RGB Variations
Color information
#C0BF72 (or 0xC0BF72) is known color: Dark Khaki. HEX triplet: C0, BF and 72. RGB value is (192,191,114). Sum of RGB (Red+Green+Blue) = 192+191+114=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF72 is #3F408D. Grayscale: #B6B6B6. Windows color (decimal): -4145294 or 7520192. OLE color: 7520192.
HSL color Cylindrical-coordinate representation of color #C0BF72: hue angle of 59.23º degrees, saturation: 0.38, 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 #C0BF72 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 114 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.25 |
| HSL | 59.23º | 0.38% | 0.6% | - |
| HSV(B) | 59.23º | 0.41% | 0.75% | - |
| XYZ | 43.41 | 49.68 | 23.22 | - |
| YUV | 182.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 114 | 0 | 0.01 | 0.41 | 0.25 | 59.23 | 0.38 | 0.6 |
| Hex | C0 | BF | 72 | 0 | 1 | 29 | 19 | 3B | 26 | 3C |
| Octal | 300 | 277 | 162 | 0 | 1 | 51 | 31 | 73 | 46 | 74 |
| Binary | 11000000 | 10111111 | 1110010 | 0 | 1 | 101001 | 11001 | 111011 | 100110 | 111100 |
Color Harmonies of #C0BF72
Complementary color
Monochromatic Colors of #C0BF72
Black with #C0BF72
Text Example
Text Example
White with #C0BF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF72; }
p { color: rgb(192,191,114); }
H1.HeaderClassName
{
color: #C0BF72;
}
.AnyTagClassName
{
color: #C0BF72;
}
</style>
background-color css
<style>
a { background-color: #C0BF72; }
a { background-color: rgb(192,191,114); }
div.DivClassName
{
background-color: #C0BF72;
}
.BgClassName
{
background-color: #C0BF72;
}
</style>
border-color css
<style>
span { border-color: #C0BF72; }
span { border-color: rgb(192,191,114); }
td.TdClassName
{
border-color: #C0BF72;
}
.TagClassName
{
border-color: #C0BF72;
}
</style>