Shades of Dark Khaki #C1BD63
Tints of Dark Khaki #C1BD63
RGB
CMYK
RGB Variations
Color information
#C1BD63 (or 0xC1BD63) is known color: Dark Khaki. HEX triplet: C1, BD and 63. RGB value is (193,189,99). Sum of RGB (Red+Green+Blue) = 193+189+99=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD63 is #3E429C. Grayscale: #B4B4B4. Windows color (decimal): -4080285 or 6536641. OLE color: 6536641.
HSL color Cylindrical-coordinate representation of color #C1BD63: hue angle of 57.45º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1BD63 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 99 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.24 |
| HSL | 57.45º | 0.43% | 0.57% | - |
| HSV(B) | 57.45º | 0.49% | 0.76% | - |
| XYZ | 42.44 | 48.63 | 18.95 | - |
| YUV | 179.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 99 | 0 | 0.02 | 0.49 | 0.24 | 57.45 | 0.43 | 0.57 |
| Hex | C1 | BD | 63 | 0 | 2 | 31 | 18 | 39 | 2B | 39 |
| Octal | 301 | 275 | 143 | 0 | 2 | 61 | 30 | 71 | 53 | 71 |
| Binary | 11000001 | 10111101 | 1100011 | 0 | 10 | 110001 | 11000 | 111001 | 101011 | 111001 |
Color Harmonies of #C1BD63
Complementary color
Monochromatic Colors of #C1BD63
Black with #C1BD63
Text Example
Text Example
White with #C1BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BD63; }
p { color: rgb(193,189,99); }
H1.HeaderClassName
{
color: #C1BD63;
}
.AnyTagClassName
{
color: #C1BD63;
}
</style>
background-color css
<style>
a { background-color: #C1BD63; }
a { background-color: rgb(193,189,99); }
div.DivClassName
{
background-color: #C1BD63;
}
.BgClassName
{
background-color: #C1BD63;
}
</style>
border-color css
<style>
span { border-color: #C1BD63; }
span { border-color: rgb(193,189,99); }
td.TdClassName
{
border-color: #C1BD63;
}
.TagClassName
{
border-color: #C1BD63;
}
</style>