Shades of Dark Khaki #C3BA5D
Tints of Dark Khaki #C3BA5D
RGB
CMYK
RGB Variations
Color information
#C3BA5D (or 0xC3BA5D) is known color: Dark Khaki. HEX triplet: C3, BA and 5D. RGB value is (195,186,93). Sum of RGB (Red+Green+Blue) = 195+186+93=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA5D is #3C45A2. Grayscale: #B2B2B2. Windows color (decimal): -3949987 or 6142659. OLE color: 6142659.
HSL color Cylindrical-coordinate representation of color #C3BA5D: hue angle of 54.71º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3BA5D is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 93 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.24 |
| HSL | 54.71º | 0.46% | 0.56% | - |
| HSV(B) | 54.71º | 0.52% | 0.76% | - |
| XYZ | 42.04 | 47.51 | 17.31 | - |
| YUV | 178.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 93 | 0 | 0.05 | 0.52 | 0.24 | 54.71 | 0.46 | 0.56 |
| Hex | C3 | BA | 5D | 0 | 5 | 34 | 18 | 37 | 2E | 38 |
| Octal | 303 | 272 | 135 | 0 | 5 | 64 | 30 | 67 | 56 | 70 |
| Binary | 11000011 | 10111010 | 1011101 | 0 | 101 | 110100 | 11000 | 110111 | 101110 | 111000 |
Color Harmonies of #C3BA5D
Complementary color
Monochromatic Colors of #C3BA5D
Black with #C3BA5D
Text Example
Text Example
White with #C3BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA5D; }
p { color: rgb(195,186,93); }
H1.HeaderClassName
{
color: #C3BA5D;
}
.AnyTagClassName
{
color: #C3BA5D;
}
</style>
background-color css
<style>
a { background-color: #C3BA5D; }
a { background-color: rgb(195,186,93); }
div.DivClassName
{
background-color: #C3BA5D;
}
.BgClassName
{
background-color: #C3BA5D;
}
</style>
border-color css
<style>
span { border-color: #C3BA5D; }
span { border-color: rgb(195,186,93); }
td.TdClassName
{
border-color: #C3BA5D;
}
.TagClassName
{
border-color: #C3BA5D;
}
</style>