Shades of Sour Dough #C4AD8F
Tints of Sour Dough #C4AD8F
RGB
CMYK
RGB Variations
Color information
#C4AD8F (or 0xC4AD8F) is known color: Sour Dough. HEX triplet: C4, AD and 8F. RGB value is (196,173,143). Sum of RGB (Red+Green+Blue) = 196+173+143=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD8F is #3B5270. Grayscale: #B0B0B0. Windows color (decimal): -3887729 or 9416132. OLE color: 9416132.
HSL color Cylindrical-coordinate representation of color #C4AD8F: hue angle of 33.96º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4AD8F is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 143 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.23 |
| HSL | 33.96º | 0.31% | 0.66% | - |
| HSV(B) | 33.96º | 0.27% | 0.77% | - |
| XYZ | 42.67 | 43.61 | 32.15 | - |
| YUV | 176.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 143 | 0 | 0.12 | 0.27 | 0.23 | 33.96 | 0.31 | 0.66 |
| Hex | C4 | AD | 8F | 0 | C | 1B | 17 | 22 | 1F | 42 |
| Octal | 304 | 255 | 217 | 0 | 14 | 33 | 27 | 42 | 37 | 102 |
| Binary | 11000100 | 10101101 | 10001111 | 0 | 1100 | 11011 | 10111 | 100010 | 11111 | 1000010 |
Color Harmonies of #C4AD8F
Complementary color
Monochromatic Colors of #C4AD8F
Black with #C4AD8F
Text Example
Text Example
White with #C4AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD8F; }
p { color: rgb(196,173,143); }
H1.HeaderClassName
{
color: #C4AD8F;
}
.AnyTagClassName
{
color: #C4AD8F;
}
</style>
background-color css
<style>
a { background-color: #C4AD8F; }
a { background-color: rgb(196,173,143); }
div.DivClassName
{
background-color: #C4AD8F;
}
.BgClassName
{
background-color: #C4AD8F;
}
</style>
border-color css
<style>
span { border-color: #C4AD8F; }
span { border-color: rgb(196,173,143); }
td.TdClassName
{
border-color: #C4AD8F;
}
.TagClassName
{
border-color: #C4AD8F;
}
</style>