Shades of Dark Khaki #C2B470
Tints of Dark Khaki #C2B470
RGB
CMYK
RGB Variations
Color information
#C2B470 (or 0xC2B470) is known color: Dark Khaki. HEX triplet: C2, B4 and 70. RGB value is (194,180,112). Sum of RGB (Red+Green+Blue) = 194+180+112=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B470 is #3D4B8F. Grayscale: #B0B0B0. Windows color (decimal): -4017040 or 7386306. OLE color: 7386306.
HSL color Cylindrical-coordinate representation of color #C2B470: hue angle of 49.76º 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 #C2B470 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 112 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.24 |
| HSL | 49.76º | 0.4% | 0.6% | - |
| HSV(B) | 49.76º | 0.42% | 0.76% | - |
| XYZ | 41.49 | 45.28 | 21.88 | - |
| YUV | 176.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 112 | 0 | 0.07 | 0.42 | 0.24 | 49.76 | 0.4 | 0.6 |
| Hex | C2 | B4 | 70 | 0 | 7 | 2A | 18 | 32 | 28 | 3C |
| Octal | 302 | 264 | 160 | 0 | 7 | 52 | 30 | 62 | 50 | 74 |
| Binary | 11000010 | 10110100 | 1110000 | 0 | 111 | 101010 | 11000 | 110010 | 101000 | 111100 |
Color Harmonies of #C2B470
Complementary color
Monochromatic Colors of #C2B470
Black with #C2B470
Text Example
Text Example
White with #C2B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B470; }
p { color: rgb(194,180,112); }
H1.HeaderClassName
{
color: #C2B470;
}
.AnyTagClassName
{
color: #C2B470;
}
</style>
background-color css
<style>
a { background-color: #C2B470; }
a { background-color: rgb(194,180,112); }
div.DivClassName
{
background-color: #C2B470;
}
.BgClassName
{
background-color: #C2B470;
}
</style>
border-color css
<style>
span { border-color: #C2B470; }
span { border-color: rgb(194,180,112); }
td.TdClassName
{
border-color: #C2B470;
}
.TagClassName
{
border-color: #C2B470;
}
</style>