Shades of Sour Dough #C4AD96
Tints of Sour Dough #C4AD96
RGB
CMYK
RGB Variations
Color information
#C4AD96 (or 0xC4AD96) is known color: Sour Dough. HEX triplet: C4, AD and 96. RGB value is (196,173,150). Sum of RGB (Red+Green+Blue) = 196+173+150=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD96 is #3B5269. Grayscale: #B1B1B1. Windows color (decimal): -3887722 or 9874884. OLE color: 9874884.
HSL color Cylindrical-coordinate representation of color #C4AD96: hue angle of 30º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4AD96 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 150 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.23 |
| HSL | 30º | 0.28% | 0.68% | - |
| HSV(B) | 30º | 0.23% | 0.77% | - |
| XYZ | 43.21 | 43.82 | 35.04 | - |
| YUV | 177.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 150 | 0 | 0.12 | 0.23 | 0.23 | 30 | 0.28 | 0.68 |
| Hex | C4 | AD | 96 | 0 | C | 17 | 17 | 1E | 1C | 44 |
| Octal | 304 | 255 | 226 | 0 | 14 | 27 | 27 | 36 | 34 | 104 |
| Binary | 11000100 | 10101101 | 10010110 | 0 | 1100 | 10111 | 10111 | 11110 | 11100 | 1000100 |
Color Harmonies of #C4AD96
Complementary color
Monochromatic Colors of #C4AD96
Black with #C4AD96
Text Example
Text Example
White with #C4AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD96; }
p { color: rgb(196,173,150); }
H1.HeaderClassName
{
color: #C4AD96;
}
.AnyTagClassName
{
color: #C4AD96;
}
</style>
background-color css
<style>
a { background-color: #C4AD96; }
a { background-color: rgb(196,173,150); }
div.DivClassName
{
background-color: #C4AD96;
}
.BgClassName
{
background-color: #C4AD96;
}
</style>
border-color css
<style>
span { border-color: #C4AD96; }
span { border-color: rgb(196,173,150); }
td.TdClassName
{
border-color: #C4AD96;
}
.TagClassName
{
border-color: #C4AD96;
}
</style>