Shades of Dark Khaki #C3BA70
Tints of Dark Khaki #C3BA70
RGB
CMYK
RGB Variations
Color information
#C3BA70 (or 0xC3BA70) is known color: Dark Khaki. HEX triplet: C3, BA and 70. RGB value is (195,186,112). Sum of RGB (Red+Green+Blue) = 195+186+112=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA70 is #3C458F. Grayscale: #B4B4B4. Windows color (decimal): -3949968 or 7387843. OLE color: 7387843.
HSL color Cylindrical-coordinate representation of color #C3BA70: hue angle of 53.49º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3BA70 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 112 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.24 |
| HSL | 53.49º | 0.41% | 0.6% | - |
| HSV(B) | 53.49º | 0.43% | 0.76% | - |
| XYZ | 42.99 | 47.89 | 22.31 | - |
| YUV | 180.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 112 | 0 | 0.05 | 0.43 | 0.24 | 53.49 | 0.41 | 0.6 |
| Hex | C3 | BA | 70 | 0 | 5 | 2B | 18 | 35 | 29 | 3C |
| Octal | 303 | 272 | 160 | 0 | 5 | 53 | 30 | 65 | 51 | 74 |
| Binary | 11000011 | 10111010 | 1110000 | 0 | 101 | 101011 | 11000 | 110101 | 101001 | 111100 |
Color Harmonies of #C3BA70
Complementary color
Monochromatic Colors of #C3BA70
Black with #C3BA70
Text Example
Text Example
White with #C3BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA70; }
p { color: rgb(195,186,112); }
H1.HeaderClassName
{
color: #C3BA70;
}
.AnyTagClassName
{
color: #C3BA70;
}
</style>
background-color css
<style>
a { background-color: #C3BA70; }
a { background-color: rgb(195,186,112); }
div.DivClassName
{
background-color: #C3BA70;
}
.BgClassName
{
background-color: #C3BA70;
}
</style>
border-color css
<style>
span { border-color: #C3BA70; }
span { border-color: rgb(195,186,112); }
td.TdClassName
{
border-color: #C3BA70;
}
.TagClassName
{
border-color: #C3BA70;
}
</style>