Shades of Dark Khaki #C1BB70
Tints of Dark Khaki #C1BB70
RGB
CMYK
RGB Variations
Color information
#C1BB70 (or 0xC1BB70) is known color: Dark Khaki. HEX triplet: C1, BB and 70. RGB value is (193,187,112). Sum of RGB (Red+Green+Blue) = 193+187+112=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB70 is #3E448F. Grayscale: #B4B4B4. Windows color (decimal): -4080784 or 7388097. OLE color: 7388097.
HSL color Cylindrical-coordinate representation of color #C1BB70: hue angle of 55.56º 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 #C1BB70 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 112 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.24 |
| HSL | 55.56º | 0.4% | 0.6% | - |
| HSV(B) | 55.56º | 0.42% | 0.76% | - |
| XYZ | 42.69 | 48.05 | 22.35 | - |
| YUV | 180.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 112 | 0 | 0.03 | 0.42 | 0.24 | 55.56 | 0.4 | 0.6 |
| Hex | C1 | BB | 70 | 0 | 3 | 2A | 18 | 38 | 28 | 3C |
| Octal | 301 | 273 | 160 | 0 | 3 | 52 | 30 | 70 | 50 | 74 |
| Binary | 11000001 | 10111011 | 1110000 | 0 | 11 | 101010 | 11000 | 111000 | 101000 | 111100 |
Color Harmonies of #C1BB70
Complementary color
Monochromatic Colors of #C1BB70
Black with #C1BB70
Text Example
Text Example
White with #C1BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB70; }
p { color: rgb(193,187,112); }
H1.HeaderClassName
{
color: #C1BB70;
}
.AnyTagClassName
{
color: #C1BB70;
}
</style>
background-color css
<style>
a { background-color: #C1BB70; }
a { background-color: rgb(193,187,112); }
div.DivClassName
{
background-color: #C1BB70;
}
.BgClassName
{
background-color: #C1BB70;
}
</style>
border-color css
<style>
span { border-color: #C1BB70; }
span { border-color: rgb(193,187,112); }
td.TdClassName
{
border-color: #C1BB70;
}
.TagClassName
{
border-color: #C1BB70;
}
</style>