Shades of Dark Khaki #C3BA72
Tints of Dark Khaki #C3BA72
RGB
CMYK
RGB Variations
Color information
#C3BA72 (or 0xC3BA72) is known color: Dark Khaki. HEX triplet: C3, BA and 72. RGB value is (195,186,114). Sum of RGB (Red+Green+Blue) = 195+186+114=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA72 is #3C458D. Grayscale: #B4B4B4. Windows color (decimal): -3949966 or 7518915. OLE color: 7518915.
HSL color Cylindrical-coordinate representation of color #C3BA72: hue angle of 53.33º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3BA72 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 114 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.24 |
| HSL | 53.33º | 0.4% | 0.61% | - |
| HSV(B) | 53.33º | 0.42% | 0.76% | - |
| XYZ | 43.1 | 47.93 | 22.9 | - |
| YUV | 180.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 114 | 0 | 0.05 | 0.42 | 0.24 | 53.33 | 0.4 | 0.61 |
| Hex | C3 | BA | 72 | 0 | 5 | 2A | 18 | 35 | 28 | 3D |
| Octal | 303 | 272 | 162 | 0 | 5 | 52 | 30 | 65 | 50 | 75 |
| Binary | 11000011 | 10111010 | 1110010 | 0 | 101 | 101010 | 11000 | 110101 | 101000 | 111101 |
Color Harmonies of #C3BA72
Complementary color
Monochromatic Colors of #C3BA72
Black with #C3BA72
Text Example
Text Example
White with #C3BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA72; }
p { color: rgb(195,186,114); }
H1.HeaderClassName
{
color: #C3BA72;
}
.AnyTagClassName
{
color: #C3BA72;
}
</style>
background-color css
<style>
a { background-color: #C3BA72; }
a { background-color: rgb(195,186,114); }
div.DivClassName
{
background-color: #C3BA72;
}
.BgClassName
{
background-color: #C3BA72;
}
</style>
border-color css
<style>
span { border-color: #C3BA72; }
span { border-color: rgb(195,186,114); }
td.TdClassName
{
border-color: #C3BA72;
}
.TagClassName
{
border-color: #C3BA72;
}
</style>