Shades of Dark Khaki #C3B85D
Tints of Dark Khaki #C3B85D
RGB
CMYK
RGB Variations
Color information
#C3B85D (or 0xC3B85D) is known color: Dark Khaki. HEX triplet: C3, B8 and 5D. RGB value is (195,184,93). Sum of RGB (Red+Green+Blue) = 195+184+93=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B85D is #3C47A2. Grayscale: #B1B1B1. Windows color (decimal): -3950499 or 6142147. OLE color: 6142147.
HSL color Cylindrical-coordinate representation of color #C3B85D: hue angle of 53.53º 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 #C3B85D is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 184 | 93 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.24 |
| HSL | 53.53º | 0.46% | 0.56% | - |
| HSV(B) | 53.53º | 0.52% | 0.76% | - |
| XYZ | 41.62 | 46.67 | 17.17 | - |
| YUV | 176.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 93 | 0 | 0.06 | 0.52 | 0.24 | 53.53 | 0.46 | 0.56 |
| Hex | C3 | B8 | 5D | 0 | 6 | 34 | 18 | 36 | 2E | 38 |
| Octal | 303 | 270 | 135 | 0 | 6 | 64 | 30 | 66 | 56 | 70 |
| Binary | 11000011 | 10111000 | 1011101 | 0 | 110 | 110100 | 11000 | 110110 | 101110 | 111000 |
Color Harmonies of #C3B85D
Complementary color
Monochromatic Colors of #C3B85D
Black with #C3B85D
Text Example
Text Example
White with #C3B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B85D; }
p { color: rgb(195,184,93); }
H1.HeaderClassName
{
color: #C3B85D;
}
.AnyTagClassName
{
color: #C3B85D;
}
</style>
background-color css
<style>
a { background-color: #C3B85D; }
a { background-color: rgb(195,184,93); }
div.DivClassName
{
background-color: #C3B85D;
}
.BgClassName
{
background-color: #C3B85D;
}
</style>
border-color css
<style>
span { border-color: #C3B85D; }
span { border-color: rgb(195,184,93); }
td.TdClassName
{
border-color: #C3B85D;
}
.TagClassName
{
border-color: #C3B85D;
}
</style>