Shades of Sour Dough #C4AD8E
Tints of Sour Dough #C4AD8E
RGB
CMYK
RGB Variations
Color information
#C4AD8E (or 0xC4AD8E) is known color: Sour Dough. HEX triplet: C4, AD and 8E. RGB value is (196,173,142). Sum of RGB (Red+Green+Blue) = 196+173+142=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD8E is #3B5271. Grayscale: #B0B0B0. Windows color (decimal): -3887730 or 9350596. OLE color: 9350596.
HSL color Cylindrical-coordinate representation of color #C4AD8E: hue angle of 34.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4AD8E is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 142 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.23 |
| HSL | 34.44º | 0.31% | 0.66% | - |
| HSV(B) | 34.44º | 0.28% | 0.77% | - |
| XYZ | 42.59 | 43.58 | 31.76 | - |
| YUV | 176.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 142 | 0 | 0.12 | 0.28 | 0.23 | 34.44 | 0.31 | 0.66 |
| Hex | C4 | AD | 8E | 0 | C | 1C | 17 | 22 | 1F | 42 |
| Octal | 304 | 255 | 216 | 0 | 14 | 34 | 27 | 42 | 37 | 102 |
| Binary | 11000100 | 10101101 | 10001110 | 0 | 1100 | 11100 | 10111 | 100010 | 11111 | 1000010 |
Color Harmonies of #C4AD8E
Complementary color
Monochromatic Colors of #C4AD8E
Black with #C4AD8E
Text Example
Text Example
White with #C4AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD8E; }
p { color: rgb(196,173,142); }
H1.HeaderClassName
{
color: #C4AD8E;
}
.AnyTagClassName
{
color: #C4AD8E;
}
</style>
background-color css
<style>
a { background-color: #C4AD8E; }
a { background-color: rgb(196,173,142); }
div.DivClassName
{
background-color: #C4AD8E;
}
.BgClassName
{
background-color: #C4AD8E;
}
</style>
border-color css
<style>
span { border-color: #C4AD8E; }
span { border-color: rgb(196,173,142); }
td.TdClassName
{
border-color: #C4AD8E;
}
.TagClassName
{
border-color: #C4AD8E;
}
</style>