Shades of Dark Khaki #C1BC70
Tints of Dark Khaki #C1BC70
RGB
CMYK
RGB Variations
Color information
#C1BC70 (or 0xC1BC70) is known color: Dark Khaki. HEX triplet: C1, BC and 70. RGB value is (193,188,112). Sum of RGB (Red+Green+Blue) = 193+188+112=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC70 is #3E438F. Grayscale: #B5B5B5. Windows color (decimal): -4080528 or 7388353. OLE color: 7388353.
HSL color Cylindrical-coordinate representation of color #C1BC70: hue angle of 56.3º 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 #C1BC70 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 112 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.24 |
| HSL | 56.3º | 0.4% | 0.6% | - |
| HSV(B) | 56.3º | 0.42% | 0.76% | - |
| XYZ | 42.9 | 48.47 | 22.42 | - |
| YUV | 180.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 112 | 0 | 0.03 | 0.42 | 0.24 | 56.3 | 0.4 | 0.6 |
| Hex | C1 | BC | 70 | 0 | 3 | 2A | 18 | 38 | 28 | 3C |
| Octal | 301 | 274 | 160 | 0 | 3 | 52 | 30 | 70 | 50 | 74 |
| Binary | 11000001 | 10111100 | 1110000 | 0 | 11 | 101010 | 11000 | 111000 | 101000 | 111100 |
Color Harmonies of #C1BC70
Complementary color
Monochromatic Colors of #C1BC70
Black with #C1BC70
Text Example
Text Example
White with #C1BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC70; }
p { color: rgb(193,188,112); }
H1.HeaderClassName
{
color: #C1BC70;
}
.AnyTagClassName
{
color: #C1BC70;
}
</style>
background-color css
<style>
a { background-color: #C1BC70; }
a { background-color: rgb(193,188,112); }
div.DivClassName
{
background-color: #C1BC70;
}
.BgClassName
{
background-color: #C1BC70;
}
</style>
border-color css
<style>
span { border-color: #C1BC70; }
span { border-color: rgb(193,188,112); }
td.TdClassName
{
border-color: #C1BC70;
}
.TagClassName
{
border-color: #C1BC70;
}
</style>