Shades of Dark Khaki #CBC570
Tints of Dark Khaki #CBC570
RGB
CMYK
RGB Variations
Color information
#CBC570 (or 0xCBC570) is known color: Dark Khaki. HEX triplet: CB, C5 and 70. RGB value is (203,197,112). Sum of RGB (Red+Green+Blue) = 203+197+112=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC570 is #343A8F. Grayscale: #BDBDBD. Windows color (decimal): -3422864 or 7390667. OLE color: 7390667.
HSL color Cylindrical-coordinate representation of color #CBC570: hue angle of 56.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBC570 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 112 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.20 |
| HSL | 56.04º | 0.47% | 0.62% | - |
| HSV(B) | 56.04º | 0.45% | 0.8% | - |
| XYZ | 47.52 | 53.8 | 23.21 | - |
| YUV | 189.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 112 | 0 | 0.03 | 0.45 | 0.20 | 56.04 | 0.47 | 0.62 |
| Hex | CB | C5 | 70 | 0 | 3 | 2D | 14 | 38 | 2F | 3E |
| Octal | 313 | 305 | 160 | 0 | 3 | 55 | 24 | 70 | 57 | 76 |
| Binary | 11001011 | 11000101 | 1110000 | 0 | 11 | 101101 | 10100 | 111000 | 101111 | 111110 |
Color Harmonies of #CBC570
Complementary color
Monochromatic Colors of #CBC570
Black with #CBC570
Text Example
Text Example
White with #CBC570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC570; }
p { color: rgb(203,197,112); }
H1.HeaderClassName
{
color: #CBC570;
}
.AnyTagClassName
{
color: #CBC570;
}
</style>
background-color css
<style>
a { background-color: #CBC570; }
a { background-color: rgb(203,197,112); }
div.DivClassName
{
background-color: #CBC570;
}
.BgClassName
{
background-color: #CBC570;
}
</style>
border-color css
<style>
span { border-color: #CBC570; }
span { border-color: rgb(203,197,112); }
td.TdClassName
{
border-color: #CBC570;
}
.TagClassName
{
border-color: #CBC570;
}
</style>