Shades of Dark Khaki #C2B26F
Tints of Dark Khaki #C2B26F
RGB
CMYK
RGB Variations
Color information
#C2B26F (or 0xC2B26F) is known color: Dark Khaki. HEX triplet: C2, B2 and 6F. RGB value is (194,178,111). Sum of RGB (Red+Green+Blue) = 194+178+111=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B26F is #3D4D90. Grayscale: #AFAFAF. Windows color (decimal): -4017553 or 7320258. OLE color: 7320258.
HSL color Cylindrical-coordinate representation of color #C2B26F: hue angle of 48.43º degrees, saturation: 0.4, 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 #C2B26F is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 111 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.24 |
| HSL | 48.43º | 0.4% | 0.6% | - |
| HSV(B) | 48.43º | 0.43% | 0.76% | - |
| XYZ | 41.04 | 44.46 | 21.46 | - |
| YUV | 175.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 111 | 0 | 0.08 | 0.43 | 0.24 | 48.43 | 0.4 | 0.6 |
| Hex | C2 | B2 | 6F | 0 | 8 | 2B | 18 | 30 | 28 | 3C |
| Octal | 302 | 262 | 157 | 0 | 10 | 53 | 30 | 60 | 50 | 74 |
| Binary | 11000010 | 10110010 | 1101111 | 0 | 1000 | 101011 | 11000 | 110000 | 101000 | 111100 |
Color Harmonies of #C2B26F
Complementary color
Monochromatic Colors of #C2B26F
Black with #C2B26F
Text Example
Text Example
White with #C2B26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B26F; }
p { color: rgb(194,178,111); }
H1.HeaderClassName
{
color: #C2B26F;
}
.AnyTagClassName
{
color: #C2B26F;
}
</style>
background-color css
<style>
a { background-color: #C2B26F; }
a { background-color: rgb(194,178,111); }
div.DivClassName
{
background-color: #C2B26F;
}
.BgClassName
{
background-color: #C2B26F;
}
</style>
border-color css
<style>
span { border-color: #C2B26F; }
span { border-color: rgb(194,178,111); }
td.TdClassName
{
border-color: #C2B26F;
}
.TagClassName
{
border-color: #C2B26F;
}
</style>