Shades of Dark Khaki #C2B26E
Tints of Dark Khaki #C2B26E
RGB
CMYK
RGB Variations
Color information
#C2B26E (or 0xC2B26E) is known color: Dark Khaki. HEX triplet: C2, B2 and 6E. RGB value is (194,178,110). Sum of RGB (Red+Green+Blue) = 194+178+110=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B26E is #3D4D91. Grayscale: #AFAFAF. Windows color (decimal): -4017554 or 7254722. OLE color: 7254722.
HSL color Cylindrical-coordinate representation of color #C2B26E: hue angle of 48.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2B26E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 110 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.24 |
| HSL | 48.57º | 0.41% | 0.6% | - |
| HSV(B) | 48.57º | 0.43% | 0.76% | - |
| XYZ | 40.98 | 44.44 | 21.17 | - |
| YUV | 175.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 110 | 0 | 0.08 | 0.43 | 0.24 | 48.57 | 0.41 | 0.6 |
| Hex | C2 | B2 | 6E | 0 | 8 | 2B | 18 | 31 | 29 | 3C |
| Octal | 302 | 262 | 156 | 0 | 10 | 53 | 30 | 61 | 51 | 74 |
| Binary | 11000010 | 10110010 | 1101110 | 0 | 1000 | 101011 | 11000 | 110001 | 101001 | 111100 |
Color Harmonies of #C2B26E
Complementary color
Monochromatic Colors of #C2B26E
Black with #C2B26E
Text Example
Text Example
White with #C2B26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B26E; }
p { color: rgb(194,178,110); }
H1.HeaderClassName
{
color: #C2B26E;
}
.AnyTagClassName
{
color: #C2B26E;
}
</style>
background-color css
<style>
a { background-color: #C2B26E; }
a { background-color: rgb(194,178,110); }
div.DivClassName
{
background-color: #C2B26E;
}
.BgClassName
{
background-color: #C2B26E;
}
</style>
border-color css
<style>
span { border-color: #C2B26E; }
span { border-color: rgb(194,178,110); }
td.TdClassName
{
border-color: #C2B26E;
}
.TagClassName
{
border-color: #C2B26E;
}
</style>