Shades of Dark Khaki #C2B969
Tints of Dark Khaki #C2B969
RGB
CMYK
RGB Variations
Color information
#C2B969 (or 0xC2B969) is known color: Dark Khaki. HEX triplet: C2, B9 and 69. RGB value is (194,185,105). Sum of RGB (Red+Green+Blue) = 194+185+105=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B969 is #3D4696. Grayscale: #B2B2B2. Windows color (decimal): -4015767 or 6928834. OLE color: 6928834.
HSL color Cylindrical-coordinate representation of color #C2B969: hue angle of 53.93º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2B969 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 105 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.24 |
| HSL | 53.93º | 0.42% | 0.59% | - |
| HSV(B) | 53.93º | 0.46% | 0.76% | - |
| XYZ | 42.15 | 47.19 | 20.25 | - |
| YUV | 178.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 105 | 0 | 0.05 | 0.46 | 0.24 | 53.93 | 0.42 | 0.59 |
| Hex | C2 | B9 | 69 | 0 | 5 | 2E | 18 | 36 | 2A | 3B |
| Octal | 302 | 271 | 151 | 0 | 5 | 56 | 30 | 66 | 52 | 73 |
| Binary | 11000010 | 10111001 | 1101001 | 0 | 101 | 101110 | 11000 | 110110 | 101010 | 111011 |
Color Harmonies of #C2B969
Complementary color
Monochromatic Colors of #C2B969
Black with #C2B969
Text Example
Text Example
White with #C2B969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B969; }
p { color: rgb(194,185,105); }
H1.HeaderClassName
{
color: #C2B969;
}
.AnyTagClassName
{
color: #C2B969;
}
</style>
background-color css
<style>
a { background-color: #C2B969; }
a { background-color: rgb(194,185,105); }
div.DivClassName
{
background-color: #C2B969;
}
.BgClassName
{
background-color: #C2B969;
}
</style>
border-color css
<style>
span { border-color: #C2B969; }
span { border-color: rgb(194,185,105); }
td.TdClassName
{
border-color: #C2B969;
}
.TagClassName
{
border-color: #C2B969;
}
</style>