Shades of Dark Khaki #C1BC71
Tints of Dark Khaki #C1BC71
RGB
CMYK
RGB Variations
Color information
#C1BC71 (or 0xC1BC71) is known color: Dark Khaki. HEX triplet: C1, BC and 71. RGB value is (193,188,113). Sum of RGB (Red+Green+Blue) = 193+188+113=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC71 is #3E438E. Grayscale: #B5B5B5. Windows color (decimal): -4080527 or 7453889. OLE color: 7453889.
HSL color Cylindrical-coordinate representation of color #C1BC71: hue angle of 56.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1BC71 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 113 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.24 |
| HSL | 56.25º | 0.39% | 0.6% | - |
| HSV(B) | 56.25º | 0.41% | 0.76% | - |
| XYZ | 42.96 | 48.5 | 22.72 | - |
| YUV | 180.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 113 | 0 | 0.03 | 0.41 | 0.24 | 56.25 | 0.39 | 0.6 |
| Hex | C1 | BC | 71 | 0 | 3 | 29 | 18 | 38 | 27 | 3C |
| Octal | 301 | 274 | 161 | 0 | 3 | 51 | 30 | 70 | 47 | 74 |
| Binary | 11000001 | 10111100 | 1110001 | 0 | 11 | 101001 | 11000 | 111000 | 100111 | 111100 |
Color Harmonies of #C1BC71
Complementary color
Monochromatic Colors of #C1BC71
Black with #C1BC71
Text Example
Text Example
White with #C1BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC71; }
p { color: rgb(193,188,113); }
H1.HeaderClassName
{
color: #C1BC71;
}
.AnyTagClassName
{
color: #C1BC71;
}
</style>
background-color css
<style>
a { background-color: #C1BC71; }
a { background-color: rgb(193,188,113); }
div.DivClassName
{
background-color: #C1BC71;
}
.BgClassName
{
background-color: #C1BC71;
}
</style>
border-color css
<style>
span { border-color: #C1BC71; }
span { border-color: rgb(193,188,113); }
td.TdClassName
{
border-color: #C1BC71;
}
.TagClassName
{
border-color: #C1BC71;
}
</style>