Shades of Dark Khaki #CAC168
Tints of Dark Khaki #CAC168
RGB
CMYK
RGB Variations
Color information
#CAC168 (or 0xCAC168) is known color: Dark Khaki. HEX triplet: CA, C1 and 68. RGB value is (202,193,104). Sum of RGB (Red+Green+Blue) = 202+193+104=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC168 is #353E97. Grayscale: #B9B9B9. Windows color (decimal): -3489432 or 6865354. OLE color: 6865354.
HSL color Cylindrical-coordinate representation of color #CAC168: hue angle of 54.49º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAC168 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 104 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.21 |
| HSL | 54.49º | 0.48% | 0.6% | - |
| HSV(B) | 54.49º | 0.49% | 0.79% | - |
| XYZ | 45.93 | 51.7 | 20.65 | - |
| YUV | 185.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 104 | 0 | 0.04 | 0.49 | 0.21 | 54.49 | 0.48 | 0.6 |
| Hex | CA | C1 | 68 | 0 | 4 | 31 | 15 | 36 | 30 | 3C |
| Octal | 312 | 301 | 150 | 0 | 4 | 61 | 25 | 66 | 60 | 74 |
| Binary | 11001010 | 11000001 | 1101000 | 0 | 100 | 110001 | 10101 | 110110 | 110000 | 111100 |
Color Harmonies of #CAC168
Complementary color
Monochromatic Colors of #CAC168
Black with #CAC168
Text Example
Text Example
White with #CAC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC168; }
p { color: rgb(202,193,104); }
H1.HeaderClassName
{
color: #CAC168;
}
.AnyTagClassName
{
color: #CAC168;
}
</style>
background-color css
<style>
a { background-color: #CAC168; }
a { background-color: rgb(202,193,104); }
div.DivClassName
{
background-color: #CAC168;
}
.BgClassName
{
background-color: #CAC168;
}
</style>
border-color css
<style>
span { border-color: #CAC168; }
span { border-color: rgb(202,193,104); }
td.TdClassName
{
border-color: #CAC168;
}
.TagClassName
{
border-color: #CAC168;
}
</style>