Shades of Dark Khaki #C3BA74
Tints of Dark Khaki #C3BA74
RGB
CMYK
RGB Variations
Color information
#C3BA74 (or 0xC3BA74) is known color: Dark Khaki. HEX triplet: C3, BA and 74. RGB value is (195,186,116). Sum of RGB (Red+Green+Blue) = 195+186+116=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA74 is #3C458B. Grayscale: #B5B5B5. Windows color (decimal): -3949964 or 7649987. OLE color: 7649987.
HSL color Cylindrical-coordinate representation of color #C3BA74: hue angle of 53.16º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3BA74 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 116 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.24 |
| HSL | 53.16º | 0.4% | 0.61% | - |
| HSV(B) | 53.16º | 0.41% | 0.76% | - |
| XYZ | 43.22 | 47.98 | 23.51 | - |
| YUV | 180.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 116 | 0 | 0.05 | 0.41 | 0.24 | 53.16 | 0.4 | 0.61 |
| Hex | C3 | BA | 74 | 0 | 5 | 29 | 18 | 35 | 28 | 3D |
| Octal | 303 | 272 | 164 | 0 | 5 | 51 | 30 | 65 | 50 | 75 |
| Binary | 11000011 | 10111010 | 1110100 | 0 | 101 | 101001 | 11000 | 110101 | 101000 | 111101 |
Color Harmonies of #C3BA74
Complementary color
Monochromatic Colors of #C3BA74
Black with #C3BA74
Text Example
Text Example
White with #C3BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA74; }
p { color: rgb(195,186,116); }
H1.HeaderClassName
{
color: #C3BA74;
}
.AnyTagClassName
{
color: #C3BA74;
}
</style>
background-color css
<style>
a { background-color: #C3BA74; }
a { background-color: rgb(195,186,116); }
div.DivClassName
{
background-color: #C3BA74;
}
.BgClassName
{
background-color: #C3BA74;
}
</style>
border-color css
<style>
span { border-color: #C3BA74; }
span { border-color: rgb(195,186,116); }
td.TdClassName
{
border-color: #C3BA74;
}
.TagClassName
{
border-color: #C3BA74;
}
</style>