Shades of Dark Khaki #C2B366
Tints of Dark Khaki #C2B366
RGB
CMYK
RGB Variations
Color information
#C2B366 (or 0xC2B366) is known color: Dark Khaki. HEX triplet: C2, B3 and 66. RGB value is (194,179,102). Sum of RGB (Red+Green+Blue) = 194+179+102=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B366 is #3D4C99. Grayscale: #AFAFAF. Windows color (decimal): -4017306 or 6730690. OLE color: 6730690.
HSL color Cylindrical-coordinate representation of color #C2B366: hue angle of 50.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2B366 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 102 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.24 |
| HSL | 50.22º | 0.43% | 0.58% | - |
| HSV(B) | 50.22º | 0.47% | 0.76% | - |
| XYZ | 40.77 | 44.67 | 19.04 | - |
| YUV | 174.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 102 | 0 | 0.08 | 0.47 | 0.24 | 50.22 | 0.43 | 0.58 |
| Hex | C2 | B3 | 66 | 0 | 8 | 2F | 18 | 32 | 2B | 3A |
| Octal | 302 | 263 | 146 | 0 | 10 | 57 | 30 | 62 | 53 | 72 |
| Binary | 11000010 | 10110011 | 1100110 | 0 | 1000 | 101111 | 11000 | 110010 | 101011 | 111010 |
Color Harmonies of #C2B366
Complementary color
Monochromatic Colors of #C2B366
Black with #C2B366
Text Example
Text Example
White with #C2B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B366; }
p { color: rgb(194,179,102); }
H1.HeaderClassName
{
color: #C2B366;
}
.AnyTagClassName
{
color: #C2B366;
}
</style>
background-color css
<style>
a { background-color: #C2B366; }
a { background-color: rgb(194,179,102); }
div.DivClassName
{
background-color: #C2B366;
}
.BgClassName
{
background-color: #C2B366;
}
</style>
border-color css
<style>
span { border-color: #C2B366; }
span { border-color: rgb(194,179,102); }
td.TdClassName
{
border-color: #C2B366;
}
.TagClassName
{
border-color: #C2B366;
}
</style>