Shades of Dark Khaki #CABA6E
Tints of Dark Khaki #CABA6E
RGB
CMYK
RGB Variations
Color information
#CABA6E (or 0xCABA6E) is known color: Dark Khaki. HEX triplet: CA, BA and 6E. RGB value is (202,186,110). Sum of RGB (Red+Green+Blue) = 202+186+110=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA6E is #354591. Grayscale: #B6B6B6. Windows color (decimal): -3491218 or 7256778. OLE color: 7256778.
HSL color Cylindrical-coordinate representation of color #CABA6E: hue angle of 49.57º 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 #CABA6E is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 110 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.21 |
| HSL | 49.57º | 0.46% | 0.61% | - |
| HSV(B) | 49.57º | 0.46% | 0.79% | - |
| XYZ | 44.73 | 48.8 | 21.81 | - |
| YUV | 182.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 110 | 0 | 0.08 | 0.46 | 0.21 | 49.57 | 0.46 | 0.61 |
| Hex | CA | BA | 6E | 0 | 8 | 2E | 15 | 32 | 2E | 3D |
| Octal | 312 | 272 | 156 | 0 | 10 | 56 | 25 | 62 | 56 | 75 |
| Binary | 11001010 | 10111010 | 1101110 | 0 | 1000 | 101110 | 10101 | 110010 | 101110 | 111101 |
Color Harmonies of #CABA6E
Complementary color
Monochromatic Colors of #CABA6E
Black with #CABA6E
Text Example
Text Example
White with #CABA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA6E; }
p { color: rgb(202,186,110); }
H1.HeaderClassName
{
color: #CABA6E;
}
.AnyTagClassName
{
color: #CABA6E;
}
</style>
background-color css
<style>
a { background-color: #CABA6E; }
a { background-color: rgb(202,186,110); }
div.DivClassName
{
background-color: #CABA6E;
}
.BgClassName
{
background-color: #CABA6E;
}
</style>
border-color css
<style>
span { border-color: #CABA6E; }
span { border-color: rgb(202,186,110); }
td.TdClassName
{
border-color: #CABA6E;
}
.TagClassName
{
border-color: #CABA6E;
}
</style>