Shades of Dark Khaki #CAC36C
Tints of Dark Khaki #CAC36C
RGB
CMYK
RGB Variations
Color information
#CAC36C (or 0xCAC36C) is known color: Dark Khaki. HEX triplet: CA, C3 and 6C. RGB value is (202,195,108). Sum of RGB (Red+Green+Blue) = 202+195+108=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC36C is #353C93. Grayscale: #BBBBBB. Windows color (decimal): -3488916 or 7128010. OLE color: 7128010.
HSL color Cylindrical-coordinate representation of color #CAC36C: hue angle of 55.53º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAC36C is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 108 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.21 |
| HSL | 55.53º | 0.47% | 0.61% | - |
| HSV(B) | 55.53º | 0.47% | 0.79% | - |
| XYZ | 46.58 | 52.67 | 21.9 | - |
| YUV | 187.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 108 | 0 | 0.03 | 0.47 | 0.21 | 55.53 | 0.47 | 0.61 |
| Hex | CA | C3 | 6C | 0 | 3 | 2F | 15 | 38 | 2F | 3D |
| Octal | 312 | 303 | 154 | 0 | 3 | 57 | 25 | 70 | 57 | 75 |
| Binary | 11001010 | 11000011 | 1101100 | 0 | 11 | 101111 | 10101 | 111000 | 101111 | 111101 |
Color Harmonies of #CAC36C
Complementary color
Monochromatic Colors of #CAC36C
Black with #CAC36C
Text Example
Text Example
White with #CAC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC36C; }
p { color: rgb(202,195,108); }
H1.HeaderClassName
{
color: #CAC36C;
}
.AnyTagClassName
{
color: #CAC36C;
}
</style>
background-color css
<style>
a { background-color: #CAC36C; }
a { background-color: rgb(202,195,108); }
div.DivClassName
{
background-color: #CAC36C;
}
.BgClassName
{
background-color: #CAC36C;
}
</style>
border-color css
<style>
span { border-color: #CAC36C; }
span { border-color: rgb(202,195,108); }
td.TdClassName
{
border-color: #CAC36C;
}
.TagClassName
{
border-color: #CAC36C;
}
</style>