Shades of Dark Khaki #CABB70
Tints of Dark Khaki #CABB70
RGB
CMYK
RGB Variations
Color information
#CABB70 (or 0xCABB70) is known color: Dark Khaki. HEX triplet: CA, BB and 70. RGB value is (202,187,112). Sum of RGB (Red+Green+Blue) = 202+187+112=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB70 is #35448F. Grayscale: #B7B7B7. Windows color (decimal): -3490960 or 7388106. OLE color: 7388106.
HSL color Cylindrical-coordinate representation of color #CABB70: hue angle of 50º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CABB70 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 112 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.21 |
| HSL | 50º | 0.46% | 0.62% | - |
| HSV(B) | 50º | 0.45% | 0.79% | - |
| XYZ | 45.05 | 49.27 | 22.46 | - |
| YUV | 182.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 112 | 0 | 0.07 | 0.45 | 0.21 | 50 | 0.46 | 0.62 |
| Hex | CA | BB | 70 | 0 | 7 | 2D | 15 | 32 | 2E | 3E |
| Octal | 312 | 273 | 160 | 0 | 7 | 55 | 25 | 62 | 56 | 76 |
| Binary | 11001010 | 10111011 | 1110000 | 0 | 111 | 101101 | 10101 | 110010 | 101110 | 111110 |
Color Harmonies of #CABB70
Complementary color
Monochromatic Colors of #CABB70
Black with #CABB70
Text Example
Text Example
White with #CABB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB70; }
p { color: rgb(202,187,112); }
H1.HeaderClassName
{
color: #CABB70;
}
.AnyTagClassName
{
color: #CABB70;
}
</style>
background-color css
<style>
a { background-color: #CABB70; }
a { background-color: rgb(202,187,112); }
div.DivClassName
{
background-color: #CABB70;
}
.BgClassName
{
background-color: #CABB70;
}
</style>
border-color css
<style>
span { border-color: #CABB70; }
span { border-color: rgb(202,187,112); }
td.TdClassName
{
border-color: #CABB70;
}
.TagClassName
{
border-color: #CABB70;
}
</style>