Shades of Dark Khaki #C2B370
Tints of Dark Khaki #C2B370
RGB
CMYK
RGB Variations
Color information
#C2B370 (or 0xC2B370) is known color: Dark Khaki. HEX triplet: C2, B3 and 70. RGB value is (194,179,112). Sum of RGB (Red+Green+Blue) = 194+179+112=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B370 is #3D4C8F. Grayscale: #B0B0B0. Windows color (decimal): -4017296 or 7386050. OLE color: 7386050.
HSL color Cylindrical-coordinate representation of color #C2B370: hue angle of 49.02º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2B370 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 112 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.24 |
| HSL | 49.02º | 0.4% | 0.6% | - |
| HSV(B) | 49.02º | 0.42% | 0.76% | - |
| XYZ | 41.29 | 44.88 | 21.82 | - |
| YUV | 175.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 112 | 0 | 0.08 | 0.42 | 0.24 | 49.02 | 0.4 | 0.6 |
| Hex | C2 | B3 | 70 | 0 | 8 | 2A | 18 | 31 | 28 | 3C |
| Octal | 302 | 263 | 160 | 0 | 10 | 52 | 30 | 61 | 50 | 74 |
| Binary | 11000010 | 10110011 | 1110000 | 0 | 1000 | 101010 | 11000 | 110001 | 101000 | 111100 |
Color Harmonies of #C2B370
Complementary color
Monochromatic Colors of #C2B370
Black with #C2B370
Text Example
Text Example
White with #C2B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B370; }
p { color: rgb(194,179,112); }
H1.HeaderClassName
{
color: #C2B370;
}
.AnyTagClassName
{
color: #C2B370;
}
</style>
background-color css
<style>
a { background-color: #C2B370; }
a { background-color: rgb(194,179,112); }
div.DivClassName
{
background-color: #C2B370;
}
.BgClassName
{
background-color: #C2B370;
}
</style>
border-color css
<style>
span { border-color: #C2B370; }
span { border-color: rgb(194,179,112); }
td.TdClassName
{
border-color: #C2B370;
}
.TagClassName
{
border-color: #C2B370;
}
</style>