Shades of Dark Khaki #C1B370
Tints of Dark Khaki #C1B370
RGB
CMYK
RGB Variations
Color information
#C1B370 (or 0xC1B370) is known color: Dark Khaki. HEX triplet: C1, B3 and 70. RGB value is (193,179,112). Sum of RGB (Red+Green+Blue) = 193+179+112=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B370 is #3E4C8F. Grayscale: #AFAFAF. Windows color (decimal): -4082832 or 7386049. OLE color: 7386049.
HSL color Cylindrical-coordinate representation of color #C1B370: hue angle of 49.63º 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 #C1B370 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 112 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.24 |
| HSL | 49.63º | 0.4% | 0.6% | - |
| HSV(B) | 49.63º | 0.42% | 0.76% | - |
| XYZ | 41.04 | 44.75 | 21.8 | - |
| YUV | 175.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 112 | 0 | 0.07 | 0.42 | 0.24 | 49.63 | 0.4 | 0.6 |
| Hex | C1 | B3 | 70 | 0 | 7 | 2A | 18 | 32 | 28 | 3C |
| Octal | 301 | 263 | 160 | 0 | 7 | 52 | 30 | 62 | 50 | 74 |
| Binary | 11000001 | 10110011 | 1110000 | 0 | 111 | 101010 | 11000 | 110010 | 101000 | 111100 |
Color Harmonies of #C1B370
Complementary color
Monochromatic Colors of #C1B370
Black with #C1B370
Text Example
Text Example
White with #C1B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B370; }
p { color: rgb(193,179,112); }
H1.HeaderClassName
{
color: #C1B370;
}
.AnyTagClassName
{
color: #C1B370;
}
</style>
background-color css
<style>
a { background-color: #C1B370; }
a { background-color: rgb(193,179,112); }
div.DivClassName
{
background-color: #C1B370;
}
.BgClassName
{
background-color: #C1B370;
}
</style>
border-color css
<style>
span { border-color: #C1B370; }
span { border-color: rgb(193,179,112); }
td.TdClassName
{
border-color: #C1B370;
}
.TagClassName
{
border-color: #C1B370;
}
</style>