Shades of Dark Khaki #C4B370
Tints of Dark Khaki #C4B370
RGB
CMYK
RGB Variations
Color information
#C4B370 (or 0xC4B370) is known color: Dark Khaki. HEX triplet: C4, B3 and 70. RGB value is (196,179,112). Sum of RGB (Red+Green+Blue) = 196+179+112=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B370 is #3B4C8F. Grayscale: #B0B0B0. Windows color (decimal): -3886224 or 7386052. OLE color: 7386052.
HSL color Cylindrical-coordinate representation of color #C4B370: hue angle of 47.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4B370 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 112 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.23 |
| HSL | 47.86º | 0.42% | 0.6% | - |
| HSV(B) | 47.86º | 0.43% | 0.77% | - |
| XYZ | 41.81 | 45.15 | 21.84 | - |
| YUV | 176.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 112 | 0 | 0.09 | 0.43 | 0.23 | 47.86 | 0.42 | 0.6 |
| Hex | C4 | B3 | 70 | 0 | 9 | 2B | 17 | 30 | 2A | 3C |
| Octal | 304 | 263 | 160 | 0 | 11 | 53 | 27 | 60 | 52 | 74 |
| Binary | 11000100 | 10110011 | 1110000 | 0 | 1001 | 101011 | 10111 | 110000 | 101010 | 111100 |
Color Harmonies of #C4B370
Complementary color
Monochromatic Colors of #C4B370
Black with #C4B370
Text Example
Text Example
White with #C4B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B370; }
p { color: rgb(196,179,112); }
H1.HeaderClassName
{
color: #C4B370;
}
.AnyTagClassName
{
color: #C4B370;
}
</style>
background-color css
<style>
a { background-color: #C4B370; }
a { background-color: rgb(196,179,112); }
div.DivClassName
{
background-color: #C4B370;
}
.BgClassName
{
background-color: #C4B370;
}
</style>
border-color css
<style>
span { border-color: #C4B370; }
span { border-color: rgb(196,179,112); }
td.TdClassName
{
border-color: #C4B370;
}
.TagClassName
{
border-color: #C4B370;
}
</style>