Shades of Dark Khaki #C1BC61
Tints of Dark Khaki #C1BC61
RGB
CMYK
RGB Variations
Color information
#C1BC61 (or 0xC1BC61) is known color: Dark Khaki. HEX triplet: C1, BC and 61. RGB value is (193,188,97). Sum of RGB (Red+Green+Blue) = 193+188+97=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC61 is #3E439E. Grayscale: #B3B3B3. Windows color (decimal): -4080543 or 6405313. OLE color: 6405313.
HSL color Cylindrical-coordinate representation of color #C1BC61: hue angle of 56.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1BC61 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 97 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.24 |
| HSL | 56.88º | 0.44% | 0.57% | - |
| HSV(B) | 56.88º | 0.5% | 0.76% | - |
| XYZ | 42.13 | 48.17 | 18.39 | - |
| YUV | 179.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 97 | 0 | 0.03 | 0.50 | 0.24 | 56.88 | 0.44 | 0.57 |
| Hex | C1 | BC | 61 | 0 | 3 | 32 | 18 | 39 | 2C | 39 |
| Octal | 301 | 274 | 141 | 0 | 3 | 62 | 30 | 71 | 54 | 71 |
| Binary | 11000001 | 10111100 | 1100001 | 0 | 11 | 110010 | 11000 | 111001 | 101100 | 111001 |
Color Harmonies of #C1BC61
Complementary color
Monochromatic Colors of #C1BC61
Black with #C1BC61
Text Example
Text Example
White with #C1BC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC61; }
p { color: rgb(193,188,97); }
H1.HeaderClassName
{
color: #C1BC61;
}
.AnyTagClassName
{
color: #C1BC61;
}
</style>
background-color css
<style>
a { background-color: #C1BC61; }
a { background-color: rgb(193,188,97); }
div.DivClassName
{
background-color: #C1BC61;
}
.BgClassName
{
background-color: #C1BC61;
}
</style>
border-color css
<style>
span { border-color: #C1BC61; }
span { border-color: rgb(193,188,97); }
td.TdClassName
{
border-color: #C1BC61;
}
.TagClassName
{
border-color: #C1BC61;
}
</style>