Shades of Dark Khaki #C1B973
Tints of Dark Khaki #C1B973
RGB
CMYK
RGB Variations
Color information
#C1B973 (or 0xC1B973) is known color: Dark Khaki. HEX triplet: C1, B9 and 73. RGB value is (193,185,115). Sum of RGB (Red+Green+Blue) = 193+185+115=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B973 is #3E468C. Grayscale: #B3B3B3. Windows color (decimal): -4081293 or 7584193. OLE color: 7584193.
HSL color Cylindrical-coordinate representation of color #C1B973: hue angle of 53.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1B973 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 115 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.24 |
| HSL | 53.85º | 0.39% | 0.6% | - |
| HSV(B) | 53.85º | 0.4% | 0.76% | - |
| XYZ | 42.44 | 47.27 | 23.11 | - |
| YUV | 179.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 115 | 0 | 0.04 | 0.40 | 0.24 | 53.85 | 0.39 | 0.6 |
| Hex | C1 | B9 | 73 | 0 | 4 | 28 | 18 | 36 | 27 | 3C |
| Octal | 301 | 271 | 163 | 0 | 4 | 50 | 30 | 66 | 47 | 74 |
| Binary | 11000001 | 10111001 | 1110011 | 0 | 100 | 101000 | 11000 | 110110 | 100111 | 111100 |
Color Harmonies of #C1B973
Complementary color
Monochromatic Colors of #C1B973
Black with #C1B973
Text Example
Text Example
White with #C1B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B973; }
p { color: rgb(193,185,115); }
H1.HeaderClassName
{
color: #C1B973;
}
.AnyTagClassName
{
color: #C1B973;
}
</style>
background-color css
<style>
a { background-color: #C1B973; }
a { background-color: rgb(193,185,115); }
div.DivClassName
{
background-color: #C1B973;
}
.BgClassName
{
background-color: #C1B973;
}
</style>
border-color css
<style>
span { border-color: #C1B973; }
span { border-color: rgb(193,185,115); }
td.TdClassName
{
border-color: #C1B973;
}
.TagClassName
{
border-color: #C1B973;
}
</style>