Shades of Dark Khaki #C4B770
Tints of Dark Khaki #C4B770
RGB
CMYK
RGB Variations
Color information
#C4B770 (or 0xC4B770) is known color: Dark Khaki. HEX triplet: C4, B7 and 70. RGB value is (196,183,112). Sum of RGB (Red+Green+Blue) = 196+183+112=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B770 is #3B488F. Grayscale: #B3B3B3. Windows color (decimal): -3885200 or 7387076. OLE color: 7387076.
HSL color Cylindrical-coordinate representation of color #C4B770: hue angle of 50.71º 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 #C4B770 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 112 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.23 |
| HSL | 50.71º | 0.42% | 0.6% | - |
| HSV(B) | 50.71º | 0.43% | 0.77% | - |
| XYZ | 42.62 | 46.77 | 22.11 | - |
| YUV | 178.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 112 | 0 | 0.07 | 0.43 | 0.23 | 50.71 | 0.42 | 0.6 |
| Hex | C4 | B7 | 70 | 0 | 7 | 2B | 17 | 33 | 2A | 3C |
| Octal | 304 | 267 | 160 | 0 | 7 | 53 | 27 | 63 | 52 | 74 |
| Binary | 11000100 | 10110111 | 1110000 | 0 | 111 | 101011 | 10111 | 110011 | 101010 | 111100 |
Color Harmonies of #C4B770
Complementary color
Monochromatic Colors of #C4B770
Black with #C4B770
Text Example
Text Example
White with #C4B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B770; }
p { color: rgb(196,183,112); }
H1.HeaderClassName
{
color: #C4B770;
}
.AnyTagClassName
{
color: #C4B770;
}
</style>
background-color css
<style>
a { background-color: #C4B770; }
a { background-color: rgb(196,183,112); }
div.DivClassName
{
background-color: #C4B770;
}
.BgClassName
{
background-color: #C4B770;
}
</style>
border-color css
<style>
span { border-color: #C4B770; }
span { border-color: rgb(196,183,112); }
td.TdClassName
{
border-color: #C4B770;
}
.TagClassName
{
border-color: #C4B770;
}
</style>