Shades of Dark Khaki #C0C16B
Tints of Dark Khaki #C0C16B
RGB
CMYK
RGB Variations
Color information
#C0C16B (or 0xC0C16B) is known color: Dark Khaki. HEX triplet: C0, C1 and 6B. RGB value is (192,193,107). Sum of RGB (Red+Green+Blue) = 192+193+107=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C16B is #3F3E94. Grayscale: #B7B7B7. Windows color (decimal): -4144789 or 7061952. OLE color: 7061952.
HSL color Cylindrical-coordinate representation of color #C0C16B: hue angle of 60.7º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0C16B is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 107 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.24 |
| HSL | 60.7º | 0.41% | 0.59% | - |
| HSV(B) | 60.7º | 0.45% | 0.76% | - |
| XYZ | 43.46 | 50.41 | 21.35 | - |
| YUV | 182.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 107 | 0.01 | 0 | 0.45 | 0.24 | 60.7 | 0.41 | 0.59 |
| Hex | C0 | C1 | 6B | 1 | 0 | 2D | 18 | 3D | 29 | 3B |
| Octal | 300 | 301 | 153 | 1 | 0 | 55 | 30 | 75 | 51 | 73 |
| Binary | 11000000 | 11000001 | 1101011 | 1 | 0 | 101101 | 11000 | 111101 | 101001 | 111011 |
Color Harmonies of #C0C16B
Complementary color
Monochromatic Colors of #C0C16B
Black with #C0C16B
Text Example
Text Example
White with #C0C16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C16B; }
p { color: rgb(192,193,107); }
H1.HeaderClassName
{
color: #C0C16B;
}
.AnyTagClassName
{
color: #C0C16B;
}
</style>
background-color css
<style>
a { background-color: #C0C16B; }
a { background-color: rgb(192,193,107); }
div.DivClassName
{
background-color: #C0C16B;
}
.BgClassName
{
background-color: #C0C16B;
}
</style>
border-color css
<style>
span { border-color: #C0C16B; }
span { border-color: rgb(192,193,107); }
td.TdClassName
{
border-color: #C0C16B;
}
.TagClassName
{
border-color: #C0C16B;
}
</style>