Shades of Dark Khaki #C1BD5F
Tints of Dark Khaki #C1BD5F
RGB
CMYK
RGB Variations
Color information
#C1BD5F (or 0xC1BD5F) is known color: Dark Khaki. HEX triplet: C1, BD and 5F. RGB value is (193,189,95). Sum of RGB (Red+Green+Blue) = 193+189+95=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD5F is #3E42A0. Grayscale: #B3B3B3. Windows color (decimal): -4080289 or 6274497. OLE color: 6274497.
HSL color Cylindrical-coordinate representation of color #C1BD5F: hue angle of 57.55º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1BD5F is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 95 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.24 |
| HSL | 57.55º | 0.44% | 0.56% | - |
| HSV(B) | 57.55º | 0.51% | 0.76% | - |
| XYZ | 42.26 | 48.56 | 17.97 | - |
| YUV | 179.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 95 | 0 | 0.02 | 0.51 | 0.24 | 57.55 | 0.44 | 0.56 |
| Hex | C1 | BD | 5F | 0 | 2 | 33 | 18 | 3A | 2C | 38 |
| Octal | 301 | 275 | 137 | 0 | 2 | 63 | 30 | 72 | 54 | 70 |
| Binary | 11000001 | 10111101 | 1011111 | 0 | 10 | 110011 | 11000 | 111010 | 101100 | 111000 |
Color Harmonies of #C1BD5F
Complementary color
Monochromatic Colors of #C1BD5F
Black with #C1BD5F
Text Example
Text Example
White with #C1BD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BD5F; }
p { color: rgb(193,189,95); }
H1.HeaderClassName
{
color: #C1BD5F;
}
.AnyTagClassName
{
color: #C1BD5F;
}
</style>
background-color css
<style>
a { background-color: #C1BD5F; }
a { background-color: rgb(193,189,95); }
div.DivClassName
{
background-color: #C1BD5F;
}
.BgClassName
{
background-color: #C1BD5F;
}
</style>
border-color css
<style>
span { border-color: #C1BD5F; }
span { border-color: rgb(193,189,95); }
td.TdClassName
{
border-color: #C1BD5F;
}
.TagClassName
{
border-color: #C1BD5F;
}
</style>