Shades of Dark Khaki #C0B267
Tints of Dark Khaki #C0B267
RGB
CMYK
RGB Variations
Color information
#C0B267 (or 0xC0B267) is known color: Dark Khaki. HEX triplet: C0, B2 and 67. RGB value is (192,178,103). Sum of RGB (Red+Green+Blue) = 192+178+103=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B267 is #3F4D98. Grayscale: #ADADAD. Windows color (decimal): -4148633 or 6795968. OLE color: 6795968.
HSL color Cylindrical-coordinate representation of color #C0B267: hue angle of 50.56º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0B267 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 103 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.25 |
| HSL | 50.56º | 0.41% | 0.58% | - |
| HSV(B) | 50.56º | 0.46% | 0.75% | - |
| XYZ | 40.11 | 44.03 | 19.22 | - |
| YUV | 173.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 103 | 0 | 0.07 | 0.46 | 0.25 | 50.56 | 0.41 | 0.58 |
| Hex | C0 | B2 | 67 | 0 | 7 | 2E | 19 | 33 | 29 | 3A |
| Octal | 300 | 262 | 147 | 0 | 7 | 56 | 31 | 63 | 51 | 72 |
| Binary | 11000000 | 10110010 | 1100111 | 0 | 111 | 101110 | 11001 | 110011 | 101001 | 111010 |
Color Harmonies of #C0B267
Complementary color
Monochromatic Colors of #C0B267
Black with #C0B267
Text Example
Text Example
White with #C0B267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B267; }
p { color: rgb(192,178,103); }
H1.HeaderClassName
{
color: #C0B267;
}
.AnyTagClassName
{
color: #C0B267;
}
</style>
background-color css
<style>
a { background-color: #C0B267; }
a { background-color: rgb(192,178,103); }
div.DivClassName
{
background-color: #C0B267;
}
.BgClassName
{
background-color: #C0B267;
}
</style>
border-color css
<style>
span { border-color: #C0B267; }
span { border-color: rgb(192,178,103); }
td.TdClassName
{
border-color: #C0B267;
}
.TagClassName
{
border-color: #C0B267;
}
</style>