Shades of Dark Khaki #CAC16B
Tints of Dark Khaki #CAC16B
RGB
CMYK
RGB Variations
Color information
#CAC16B (or 0xCAC16B) is known color: Dark Khaki. HEX triplet: CA, C1 and 6B. RGB value is (202,193,107). Sum of RGB (Red+Green+Blue) = 202+193+107=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC16B is #353E94. Grayscale: #BABABA. Windows color (decimal): -3489429 or 7061962. OLE color: 7061962.
HSL color Cylindrical-coordinate representation of color #CAC16B: hue angle of 54.32º 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 #CAC16B is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 107 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.21 |
| HSL | 54.32º | 0.47% | 0.61% | - |
| HSV(B) | 54.32º | 0.47% | 0.79% | - |
| XYZ | 46.08 | 51.76 | 21.47 | - |
| YUV | 185.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 107 | 0 | 0.04 | 0.47 | 0.21 | 54.32 | 0.47 | 0.61 |
| Hex | CA | C1 | 6B | 0 | 4 | 2F | 15 | 36 | 2F | 3D |
| Octal | 312 | 301 | 153 | 0 | 4 | 57 | 25 | 66 | 57 | 75 |
| Binary | 11001010 | 11000001 | 1101011 | 0 | 100 | 101111 | 10101 | 110110 | 101111 | 111101 |
Color Harmonies of #CAC16B
Complementary color
Monochromatic Colors of #CAC16B
Black with #CAC16B
Text Example
Text Example
White with #CAC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC16B; }
p { color: rgb(202,193,107); }
H1.HeaderClassName
{
color: #CAC16B;
}
.AnyTagClassName
{
color: #CAC16B;
}
</style>
background-color css
<style>
a { background-color: #CAC16B; }
a { background-color: rgb(202,193,107); }
div.DivClassName
{
background-color: #CAC16B;
}
.BgClassName
{
background-color: #CAC16B;
}
</style>
border-color css
<style>
span { border-color: #CAC16B; }
span { border-color: rgb(202,193,107); }
td.TdClassName
{
border-color: #CAC16B;
}
.TagClassName
{
border-color: #CAC16B;
}
</style>