Shades of Dark Khaki #C0B365
Tints of Dark Khaki #C0B365
RGB
CMYK
RGB Variations
Color information
#C0B365 (or 0xC0B365) is known color: Dark Khaki. HEX triplet: C0, B3 and 65. RGB value is (192,179,101). Sum of RGB (Red+Green+Blue) = 192+179+101=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B365 is #3F4C9A. Grayscale: #AEAEAE. Windows color (decimal): -4148379 or 6665152. OLE color: 6665152.
HSL color Cylindrical-coordinate representation of color #C0B365: hue angle of 51.43º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0B365 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 101 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.25 |
| HSL | 51.43º | 0.42% | 0.57% | - |
| HSV(B) | 51.43º | 0.47% | 0.75% | - |
| XYZ | 40.21 | 44.39 | 18.76 | - |
| YUV | 174 | 86.81 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 101 | 0 | 0.07 | 0.47 | 0.25 | 51.43 | 0.42 | 0.57 |
| Hex | C0 | B3 | 65 | 0 | 7 | 2F | 19 | 33 | 2A | 39 |
| Octal | 300 | 263 | 145 | 0 | 7 | 57 | 31 | 63 | 52 | 71 |
| Binary | 11000000 | 10110011 | 1100101 | 0 | 111 | 101111 | 11001 | 110011 | 101010 | 111001 |
Color Harmonies of #C0B365
Complementary color
Monochromatic Colors of #C0B365
Black with #C0B365
Text Example
Text Example
White with #C0B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B365; }
p { color: rgb(192,179,101); }
H1.HeaderClassName
{
color: #C0B365;
}
.AnyTagClassName
{
color: #C0B365;
}
</style>
background-color css
<style>
a { background-color: #C0B365; }
a { background-color: rgb(192,179,101); }
div.DivClassName
{
background-color: #C0B365;
}
.BgClassName
{
background-color: #C0B365;
}
</style>
border-color css
<style>
span { border-color: #C0B365; }
span { border-color: rgb(192,179,101); }
td.TdClassName
{
border-color: #C0B365;
}
.TagClassName
{
border-color: #C0B365;
}
</style>