Shades of Dark Khaki #C4BA75
Tints of Dark Khaki #C4BA75
RGB
CMYK
RGB Variations
Color information
#C4BA75 (or 0xC4BA75) is known color: Dark Khaki. HEX triplet: C4, BA and 75. RGB value is (196,186,117). Sum of RGB (Red+Green+Blue) = 196+186+117=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA75 is #3B458A. Grayscale: #B5B5B5. Windows color (decimal): -3884427 or 7715524. OLE color: 7715524.
HSL color Cylindrical-coordinate representation of color #C4BA75: hue angle of 52.41º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4BA75 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 117 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.23 |
| HSL | 52.41º | 0.4% | 0.61% | - |
| HSV(B) | 52.41º | 0.4% | 0.77% | - |
| XYZ | 43.53 | 48.14 | 23.83 | - |
| YUV | 181.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 117 | 0 | 0.05 | 0.40 | 0.23 | 52.41 | 0.4 | 0.61 |
| Hex | C4 | BA | 75 | 0 | 5 | 28 | 17 | 34 | 28 | 3D |
| Octal | 304 | 272 | 165 | 0 | 5 | 50 | 27 | 64 | 50 | 75 |
| Binary | 11000100 | 10111010 | 1110101 | 0 | 101 | 101000 | 10111 | 110100 | 101000 | 111101 |
Color Harmonies of #C4BA75
Complementary color
Monochromatic Colors of #C4BA75
Black with #C4BA75
Text Example
Text Example
White with #C4BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA75; }
p { color: rgb(196,186,117); }
H1.HeaderClassName
{
color: #C4BA75;
}
.AnyTagClassName
{
color: #C4BA75;
}
</style>
background-color css
<style>
a { background-color: #C4BA75; }
a { background-color: rgb(196,186,117); }
div.DivClassName
{
background-color: #C4BA75;
}
.BgClassName
{
background-color: #C4BA75;
}
</style>
border-color css
<style>
span { border-color: #C4BA75; }
span { border-color: rgb(196,186,117); }
td.TdClassName
{
border-color: #C4BA75;
}
.TagClassName
{
border-color: #C4BA75;
}
</style>