Shades of Dark Khaki #C2B669
Tints of Dark Khaki #C2B669
RGB
CMYK
RGB Variations
Color information
#C2B669 (or 0xC2B669) is known color: Dark Khaki. HEX triplet: C2, B6 and 69. RGB value is (194,182,105). Sum of RGB (Red+Green+Blue) = 194+182+105=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B669 is #3D4996. Grayscale: #B1B1B1. Windows color (decimal): -4016535 or 6928066. OLE color: 6928066.
HSL color Cylindrical-coordinate representation of color #C2B669: hue angle of 51.91º 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 #C2B669 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 105 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.24 |
| HSL | 51.91º | 0.42% | 0.59% | - |
| HSV(B) | 51.91º | 0.46% | 0.76% | - |
| XYZ | 41.53 | 45.95 | 20.04 | - |
| YUV | 176.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 105 | 0 | 0.06 | 0.46 | 0.24 | 51.91 | 0.42 | 0.59 |
| Hex | C2 | B6 | 69 | 0 | 6 | 2E | 18 | 34 | 2A | 3B |
| Octal | 302 | 266 | 151 | 0 | 6 | 56 | 30 | 64 | 52 | 73 |
| Binary | 11000010 | 10110110 | 1101001 | 0 | 110 | 101110 | 11000 | 110100 | 101010 | 111011 |
Color Harmonies of #C2B669
Complementary color
Monochromatic Colors of #C2B669
Black with #C2B669
Text Example
Text Example
White with #C2B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B669; }
p { color: rgb(194,182,105); }
H1.HeaderClassName
{
color: #C2B669;
}
.AnyTagClassName
{
color: #C2B669;
}
</style>
background-color css
<style>
a { background-color: #C2B669; }
a { background-color: rgb(194,182,105); }
div.DivClassName
{
background-color: #C2B669;
}
.BgClassName
{
background-color: #C2B669;
}
</style>
border-color css
<style>
span { border-color: #C2B669; }
span { border-color: rgb(194,182,105); }
td.TdClassName
{
border-color: #C2B669;
}
.TagClassName
{
border-color: #C2B669;
}
</style>