Shades of Dark Khaki #C2B473
Tints of Dark Khaki #C2B473
RGB
CMYK
RGB Variations
Color information
#C2B473 (or 0xC2B473) is known color: Dark Khaki. HEX triplet: C2, B4 and 73. RGB value is (194,180,115). Sum of RGB (Red+Green+Blue) = 194+180+115=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B473 is #3D4B8C. Grayscale: #B1B1B1. Windows color (decimal): -4017037 or 7582914. OLE color: 7582914.
HSL color Cylindrical-coordinate representation of color #C2B473: hue angle of 49.37º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2B473 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 115 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.24 |
| HSL | 49.37º | 0.39% | 0.61% | - |
| HSV(B) | 49.37º | 0.41% | 0.76% | - |
| XYZ | 41.66 | 45.35 | 22.78 | - |
| YUV | 176.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 115 | 0 | 0.07 | 0.41 | 0.24 | 49.37 | 0.39 | 0.61 |
| Hex | C2 | B4 | 73 | 0 | 7 | 29 | 18 | 31 | 27 | 3D |
| Octal | 302 | 264 | 163 | 0 | 7 | 51 | 30 | 61 | 47 | 75 |
| Binary | 11000010 | 10110100 | 1110011 | 0 | 111 | 101001 | 11000 | 110001 | 100111 | 111101 |
Color Harmonies of #C2B473
Complementary color
Monochromatic Colors of #C2B473
Black with #C2B473
Text Example
Text Example
White with #C2B473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B473; }
p { color: rgb(194,180,115); }
H1.HeaderClassName
{
color: #C2B473;
}
.AnyTagClassName
{
color: #C2B473;
}
</style>
background-color css
<style>
a { background-color: #C2B473; }
a { background-color: rgb(194,180,115); }
div.DivClassName
{
background-color: #C2B473;
}
.BgClassName
{
background-color: #C2B473;
}
</style>
border-color css
<style>
span { border-color: #C2B473; }
span { border-color: rgb(194,180,115); }
td.TdClassName
{
border-color: #C2B473;
}
.TagClassName
{
border-color: #C2B473;
}
</style>