Shades of Dark Khaki #C0BE72
Tints of Dark Khaki #C0BE72
RGB
CMYK
RGB Variations
Color information
#C0BE72 (or 0xC0BE72) is known color: Dark Khaki. HEX triplet: C0, BE and 72. RGB value is (192,190,114). Sum of RGB (Red+Green+Blue) = 192+190+114=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE72 is #3F418D. Grayscale: #B6B6B6. Windows color (decimal): -4145550 or 7519936. OLE color: 7519936.
HSL color Cylindrical-coordinate representation of color #C0BE72: hue angle of 58.46º 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 #C0BE72 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 114 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.25 |
| HSL | 58.46º | 0.38% | 0.6% | - |
| HSV(B) | 58.46º | 0.41% | 0.75% | - |
| XYZ | 43.19 | 49.25 | 23.15 | - |
| YUV | 181.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 114 | 0 | 0.01 | 0.41 | 0.25 | 58.46 | 0.38 | 0.6 |
| Hex | C0 | BE | 72 | 0 | 1 | 29 | 19 | 3A | 26 | 3C |
| Octal | 300 | 276 | 162 | 0 | 1 | 51 | 31 | 72 | 46 | 74 |
| Binary | 11000000 | 10111110 | 1110010 | 0 | 1 | 101001 | 11001 | 111010 | 100110 | 111100 |
Color Harmonies of #C0BE72
Complementary color
Monochromatic Colors of #C0BE72
Black with #C0BE72
Text Example
Text Example
White with #C0BE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE72; }
p { color: rgb(192,190,114); }
H1.HeaderClassName
{
color: #C0BE72;
}
.AnyTagClassName
{
color: #C0BE72;
}
</style>
background-color css
<style>
a { background-color: #C0BE72; }
a { background-color: rgb(192,190,114); }
div.DivClassName
{
background-color: #C0BE72;
}
.BgClassName
{
background-color: #C0BE72;
}
</style>
border-color css
<style>
span { border-color: #C0BE72; }
span { border-color: rgb(192,190,114); }
td.TdClassName
{
border-color: #C0BE72;
}
.TagClassName
{
border-color: #C0BE72;
}
</style>