Shades of Dark Khaki #CAC172
Tints of Dark Khaki #CAC172
RGB
CMYK
RGB Variations
Color information
#CAC172 (or 0xCAC172) is known color: Dark Khaki. HEX triplet: CA, C1 and 72. RGB value is (202,193,114). Sum of RGB (Red+Green+Blue) = 202+193+114=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC172 is #353E8D. Grayscale: #BBBBBB. Windows color (decimal): -3489422 or 7520714. OLE color: 7520714.
HSL color Cylindrical-coordinate representation of color #CAC172: hue angle of 53.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAC172 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 114 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.21 |
| HSL | 53.86º | 0.45% | 0.62% | - |
| HSV(B) | 53.86º | 0.44% | 0.79% | - |
| XYZ | 46.46 | 51.91 | 23.49 | - |
| YUV | 186.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 114 | 0 | 0.04 | 0.44 | 0.21 | 53.86 | 0.45 | 0.62 |
| Hex | CA | C1 | 72 | 0 | 4 | 2C | 15 | 36 | 2D | 3E |
| Octal | 312 | 301 | 162 | 0 | 4 | 54 | 25 | 66 | 55 | 76 |
| Binary | 11001010 | 11000001 | 1110010 | 0 | 100 | 101100 | 10101 | 110110 | 101101 | 111110 |
Color Harmonies of #CAC172
Complementary color
Monochromatic Colors of #CAC172
Black with #CAC172
Text Example
Text Example
White with #CAC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC172; }
p { color: rgb(202,193,114); }
H1.HeaderClassName
{
color: #CAC172;
}
.AnyTagClassName
{
color: #CAC172;
}
</style>
background-color css
<style>
a { background-color: #CAC172; }
a { background-color: rgb(202,193,114); }
div.DivClassName
{
background-color: #CAC172;
}
.BgClassName
{
background-color: #CAC172;
}
</style>
border-color css
<style>
span { border-color: #CAC172; }
span { border-color: rgb(202,193,114); }
td.TdClassName
{
border-color: #CAC172;
}
.TagClassName
{
border-color: #CAC172;
}
</style>