Shades of Dark Khaki #C0BE62
Tints of Dark Khaki #C0BE62
RGB
CMYK
RGB Variations
Color information
#C0BE62 (or 0xC0BE62) is known color: Dark Khaki. HEX triplet: C0, BE and 62. RGB value is (192,190,98). Sum of RGB (Red+Green+Blue) = 192+190+98=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE62 is #3F419D. Grayscale: #B4B4B4. Windows color (decimal): -4145566 or 6471360. OLE color: 6471360.
HSL color Cylindrical-coordinate representation of color #C0BE62: hue angle of 58.72º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0BE62 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 98 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.25 |
| HSL | 58.72º | 0.43% | 0.57% | - |
| HSV(B) | 58.72º | 0.49% | 0.75% | - |
| XYZ | 42.36 | 48.92 | 18.76 | - |
| YUV | 180.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 98 | 0 | 0.01 | 0.49 | 0.25 | 58.72 | 0.43 | 0.57 |
| Hex | C0 | BE | 62 | 0 | 1 | 31 | 19 | 3B | 2B | 39 |
| Octal | 300 | 276 | 142 | 0 | 1 | 61 | 31 | 73 | 53 | 71 |
| Binary | 11000000 | 10111110 | 1100010 | 0 | 1 | 110001 | 11001 | 111011 | 101011 | 111001 |
Color Harmonies of #C0BE62
Complementary color
Monochromatic Colors of #C0BE62
Black with #C0BE62
Text Example
Text Example
White with #C0BE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE62; }
p { color: rgb(192,190,98); }
H1.HeaderClassName
{
color: #C0BE62;
}
.AnyTagClassName
{
color: #C0BE62;
}
</style>
background-color css
<style>
a { background-color: #C0BE62; }
a { background-color: rgb(192,190,98); }
div.DivClassName
{
background-color: #C0BE62;
}
.BgClassName
{
background-color: #C0BE62;
}
</style>
border-color css
<style>
span { border-color: #C0BE62; }
span { border-color: rgb(192,190,98); }
td.TdClassName
{
border-color: #C0BE62;
}
.TagClassName
{
border-color: #C0BE62;
}
</style>