Shades of Dark Khaki #CAC170
Tints of Dark Khaki #CAC170
RGB
CMYK
RGB Variations
Color information
#CAC170 (or 0xCAC170) is known color: Dark Khaki. HEX triplet: CA, C1 and 70. RGB value is (202,193,112). Sum of RGB (Red+Green+Blue) = 202+193+112=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC170 is #353E8F. Grayscale: #BABABA. Windows color (decimal): -3489424 or 7389642. OLE color: 7389642.
HSL color Cylindrical-coordinate representation of color #CAC170: hue angle of 54º 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 #CAC170 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 112 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.21 |
| HSL | 54º | 0.46% | 0.62% | - |
| HSV(B) | 54º | 0.45% | 0.79% | - |
| XYZ | 46.35 | 51.87 | 22.9 | - |
| YUV | 186.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 112 | 0 | 0.04 | 0.45 | 0.21 | 54 | 0.46 | 0.62 |
| Hex | CA | C1 | 70 | 0 | 4 | 2D | 15 | 36 | 2E | 3E |
| Octal | 312 | 301 | 160 | 0 | 4 | 55 | 25 | 66 | 56 | 76 |
| Binary | 11001010 | 11000001 | 1110000 | 0 | 100 | 101101 | 10101 | 110110 | 101110 | 111110 |
Color Harmonies of #CAC170
Complementary color
Monochromatic Colors of #CAC170
Black with #CAC170
Text Example
Text Example
White with #CAC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC170; }
p { color: rgb(202,193,112); }
H1.HeaderClassName
{
color: #CAC170;
}
.AnyTagClassName
{
color: #CAC170;
}
</style>
background-color css
<style>
a { background-color: #CAC170; }
a { background-color: rgb(202,193,112); }
div.DivClassName
{
background-color: #CAC170;
}
.BgClassName
{
background-color: #CAC170;
}
</style>
border-color css
<style>
span { border-color: #CAC170; }
span { border-color: rgb(202,193,112); }
td.TdClassName
{
border-color: #CAC170;
}
.TagClassName
{
border-color: #CAC170;
}
</style>