Shades of Dark Khaki #CAC26E
Tints of Dark Khaki #CAC26E
RGB
CMYK
RGB Variations
Color information
#CAC26E (or 0xCAC26E) is known color: Dark Khaki. HEX triplet: CA, C2 and 6E. RGB value is (202,194,110). Sum of RGB (Red+Green+Blue) = 202+194+110=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC26E is #353D91. Grayscale: #BBBBBB. Windows color (decimal): -3489170 or 7258826. OLE color: 7258826.
HSL color Cylindrical-coordinate representation of color #CAC26E: hue angle of 54.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAC26E is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 110 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.21 |
| HSL | 54.78º | 0.46% | 0.61% | - |
| HSV(B) | 54.78º | 0.46% | 0.79% | - |
| XYZ | 46.46 | 52.27 | 22.39 | - |
| YUV | 186.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 110 | 0 | 0.04 | 0.46 | 0.21 | 54.78 | 0.46 | 0.61 |
| Hex | CA | C2 | 6E | 0 | 4 | 2E | 15 | 37 | 2E | 3D |
| Octal | 312 | 302 | 156 | 0 | 4 | 56 | 25 | 67 | 56 | 75 |
| Binary | 11001010 | 11000010 | 1101110 | 0 | 100 | 101110 | 10101 | 110111 | 101110 | 111101 |
Color Harmonies of #CAC26E
Complementary color
Monochromatic Colors of #CAC26E
Black with #CAC26E
Text Example
Text Example
White with #CAC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC26E; }
p { color: rgb(202,194,110); }
H1.HeaderClassName
{
color: #CAC26E;
}
.AnyTagClassName
{
color: #CAC26E;
}
</style>
background-color css
<style>
a { background-color: #CAC26E; }
a { background-color: rgb(202,194,110); }
div.DivClassName
{
background-color: #CAC26E;
}
.BgClassName
{
background-color: #CAC26E;
}
</style>
border-color css
<style>
span { border-color: #CAC26E; }
span { border-color: rgb(202,194,110); }
td.TdClassName
{
border-color: #CAC26E;
}
.TagClassName
{
border-color: #CAC26E;
}
</style>