Shades of Dark Khaki #C2B26C
Tints of Dark Khaki #C2B26C
RGB
CMYK
RGB Variations
Color information
#C2B26C (or 0xC2B26C) is known color: Dark Khaki. HEX triplet: C2, B2 and 6C. RGB value is (194,178,108). Sum of RGB (Red+Green+Blue) = 194+178+108=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B26C is #3D4D93. Grayscale: #AFAFAF. Windows color (decimal): -4017556 or 7123650. OLE color: 7123650.
HSL color Cylindrical-coordinate representation of color #C2B26C: hue angle of 48.84º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2B26C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 178 | 108 | - |
CMYK | 0 | 0.08 | 0.44 | 0.24 |
HSL | 48.84º | 0.41% | 0.59% | - |
HSV(B) | 48.84º | 0.44% | 0.76% | - |
XYZ | 40.88 | 44.39 | 20.6 | - |
YUV | 174.8 | 90.3 | 141.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 178 | 108 | 0 | 0.08 | 0.44 | 0.24 | 48.84 | 0.41 | 0.59 |
Hex | C2 | B2 | 6C | 0 | 8 | 2C | 18 | 31 | 29 | 3B |
Octal | 302 | 262 | 154 | 0 | 10 | 54 | 30 | 61 | 51 | 73 |
Binary | 11000010 | 10110010 | 1101100 | 0 | 1000 | 101100 | 11000 | 110001 | 101001 | 111011 |
Color Harmonies of #C2B26C
Complementary color
Monochromatic Colors of #C2B26C
Black with #C2B26C
Text Example
Text Example
White with #C2B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B26C; }
p { color: rgb(194,178,108); }
H1.HeaderClassName
{
color: #C2B26C;
}
.AnyTagClassName
{
color: #C2B26C;
}
</style>
background-color css
<style>
a { background-color: #C2B26C; }
a { background-color: rgb(194,178,108); }
div.DivClassName
{
background-color: #C2B26C;
}
.BgClassName
{
background-color: #C2B26C;
}
</style>
border-color css
<style>
span { border-color: #C2B26C; }
span { border-color: rgb(194,178,108); }
td.TdClassName
{
border-color: #C2B26C;
}
.TagClassName
{
border-color: #C2B26C;
}
</style>