Shades of Dark Khaki #C1BD73
Tints of Dark Khaki #C1BD73
RGB
CMYK
RGB Variations
Color information
#C1BD73 (or 0xC1BD73) is known color: Dark Khaki. HEX triplet: C1, BD and 73. RGB value is (193,189,115). Sum of RGB (Red+Green+Blue) = 193+189+115=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD73 is #3E428C. Grayscale: #B6B6B6. Windows color (decimal): -4080269 or 7585217. OLE color: 7585217.
HSL color Cylindrical-coordinate representation of color #C1BD73: hue angle of 56.92º 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 #C1BD73 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 115 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.24 |
| HSL | 56.92º | 0.39% | 0.6% | - |
| HSV(B) | 56.92º | 0.4% | 0.76% | - |
| XYZ | 43.28 | 48.97 | 23.39 | - |
| YUV | 181.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 115 | 0 | 0.02 | 0.40 | 0.24 | 56.92 | 0.39 | 0.6 |
| Hex | C1 | BD | 73 | 0 | 2 | 28 | 18 | 39 | 27 | 3C |
| Octal | 301 | 275 | 163 | 0 | 2 | 50 | 30 | 71 | 47 | 74 |
| Binary | 11000001 | 10111101 | 1110011 | 0 | 10 | 101000 | 11000 | 111001 | 100111 | 111100 |
Color Harmonies of #C1BD73
Complementary color
Monochromatic Colors of #C1BD73
Black with #C1BD73
Text Example
Text Example
White with #C1BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BD73; }
p { color: rgb(193,189,115); }
H1.HeaderClassName
{
color: #C1BD73;
}
.AnyTagClassName
{
color: #C1BD73;
}
</style>
background-color css
<style>
a { background-color: #C1BD73; }
a { background-color: rgb(193,189,115); }
div.DivClassName
{
background-color: #C1BD73;
}
.BgClassName
{
background-color: #C1BD73;
}
</style>
border-color css
<style>
span { border-color: #C1BD73; }
span { border-color: rgb(193,189,115); }
td.TdClassName
{
border-color: #C1BD73;
}
.TagClassName
{
border-color: #C1BD73;
}
</style>