Shades of Dark Khaki #C1BC65
Tints of Dark Khaki #C1BC65
RGB
CMYK
RGB Variations
Color information
#C1BC65 (or 0xC1BC65) is known color: Dark Khaki. HEX triplet: C1, BC and 65. RGB value is (193,188,101). Sum of RGB (Red+Green+Blue) = 193+188+101=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC65 is #3E439A. Grayscale: #B3B3B3. Windows color (decimal): -4080539 or 6667457. OLE color: 6667457.
HSL color Cylindrical-coordinate representation of color #C1BC65: hue angle of 56.74º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1BC65 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 101 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.24 |
| HSL | 56.74º | 0.43% | 0.58% | - |
| HSV(B) | 56.74º | 0.48% | 0.76% | - |
| XYZ | 42.32 | 48.24 | 19.39 | - |
| YUV | 179.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 101 | 0 | 0.03 | 0.48 | 0.24 | 56.74 | 0.43 | 0.58 |
| Hex | C1 | BC | 65 | 0 | 3 | 30 | 18 | 39 | 2B | 3A |
| Octal | 301 | 274 | 145 | 0 | 3 | 60 | 30 | 71 | 53 | 72 |
| Binary | 11000001 | 10111100 | 1100101 | 0 | 11 | 110000 | 11000 | 111001 | 101011 | 111010 |
Color Harmonies of #C1BC65
Complementary color
Monochromatic Colors of #C1BC65
Black with #C1BC65
Text Example
Text Example
White with #C1BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC65; }
p { color: rgb(193,188,101); }
H1.HeaderClassName
{
color: #C1BC65;
}
.AnyTagClassName
{
color: #C1BC65;
}
</style>
background-color css
<style>
a { background-color: #C1BC65; }
a { background-color: rgb(193,188,101); }
div.DivClassName
{
background-color: #C1BC65;
}
.BgClassName
{
background-color: #C1BC65;
}
</style>
border-color css
<style>
span { border-color: #C1BC65; }
span { border-color: rgb(193,188,101); }
td.TdClassName
{
border-color: #C1BC65;
}
.TagClassName
{
border-color: #C1BC65;
}
</style>