Shades of Sour Dough #C4AE8E
Tints of Sour Dough #C4AE8E
RGB
CMYK
RGB Variations
Color information
#C4AE8E (or 0xC4AE8E) is known color: Sour Dough. HEX triplet: C4, AE and 8E. RGB value is (196,174,142). Sum of RGB (Red+Green+Blue) = 196+174+142=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AE8E is #3B5171. Grayscale: #B1B1B1. Windows color (decimal): -3887474 or 9350852. OLE color: 9350852.
HSL color Cylindrical-coordinate representation of color #C4AE8E: hue angle of 35.56º 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 #C4AE8E is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 142 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.23 |
| HSL | 35.56º | 0.31% | 0.66% | - |
| HSV(B) | 35.56º | 0.28% | 0.77% | - |
| XYZ | 42.78 | 43.96 | 31.82 | - |
| YUV | 176.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 142 | 0 | 0.11 | 0.28 | 0.23 | 35.56 | 0.31 | 0.66 |
| Hex | C4 | AE | 8E | 0 | B | 1C | 17 | 24 | 1F | 42 |
| Octal | 304 | 256 | 216 | 0 | 13 | 34 | 27 | 44 | 37 | 102 |
| Binary | 11000100 | 10101110 | 10001110 | 0 | 1011 | 11100 | 10111 | 100100 | 11111 | 1000010 |
Color Harmonies of #C4AE8E
Complementary color
Monochromatic Colors of #C4AE8E
Black with #C4AE8E
Text Example
Text Example
White with #C4AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AE8E; }
p { color: rgb(196,174,142); }
H1.HeaderClassName
{
color: #C4AE8E;
}
.AnyTagClassName
{
color: #C4AE8E;
}
</style>
background-color css
<style>
a { background-color: #C4AE8E; }
a { background-color: rgb(196,174,142); }
div.DivClassName
{
background-color: #C4AE8E;
}
.BgClassName
{
background-color: #C4AE8E;
}
</style>
border-color css
<style>
span { border-color: #C4AE8E; }
span { border-color: rgb(196,174,142); }
td.TdClassName
{
border-color: #C4AE8E;
}
.TagClassName
{
border-color: #C4AE8E;
}
</style>