Shades of Dark Khaki #C1B170
Tints of Dark Khaki #C1B170
RGB
CMYK
RGB Variations
Color information
#C1B170 (or 0xC1B170) is known color: Dark Khaki. HEX triplet: C1, B1 and 70. RGB value is (193,177,112). Sum of RGB (Red+Green+Blue) = 193+177+112=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B170 is #3E4E8F. Grayscale: #AEAEAE. Windows color (decimal): -4083344 or 7385537. OLE color: 7385537.
HSL color Cylindrical-coordinate representation of color #C1B170: hue angle of 48.15º 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 #C1B170 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 112 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.24 |
| HSL | 48.15º | 0.4% | 0.6% | - |
| HSV(B) | 48.15º | 0.42% | 0.76% | - |
| XYZ | 40.64 | 43.95 | 21.67 | - |
| YUV | 174.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 112 | 0 | 0.08 | 0.42 | 0.24 | 48.15 | 0.4 | 0.6 |
| Hex | C1 | B1 | 70 | 0 | 8 | 2A | 18 | 30 | 28 | 3C |
| Octal | 301 | 261 | 160 | 0 | 10 | 52 | 30 | 60 | 50 | 74 |
| Binary | 11000001 | 10110001 | 1110000 | 0 | 1000 | 101010 | 11000 | 110000 | 101000 | 111100 |
Color Harmonies of #C1B170
Complementary color
Monochromatic Colors of #C1B170
Black with #C1B170
Text Example
Text Example
White with #C1B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B170; }
p { color: rgb(193,177,112); }
H1.HeaderClassName
{
color: #C1B170;
}
.AnyTagClassName
{
color: #C1B170;
}
</style>
background-color css
<style>
a { background-color: #C1B170; }
a { background-color: rgb(193,177,112); }
div.DivClassName
{
background-color: #C1B170;
}
.BgClassName
{
background-color: #C1B170;
}
</style>
border-color css
<style>
span { border-color: #C1B170; }
span { border-color: rgb(193,177,112); }
td.TdClassName
{
border-color: #C1B170;
}
.TagClassName
{
border-color: #C1B170;
}
</style>