Shades of Sour Dough #C5AD95
Tints of Sour Dough #C5AD95
RGB
CMYK
RGB Variations
Color information
#C5AD95 (or 0xC5AD95) is known color: Sour Dough. HEX triplet: C5, AD and 95. RGB value is (197,173,149). Sum of RGB (Red+Green+Blue) = 197+173+149=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD95 is #3A526A. Grayscale: #B1B1B1. Windows color (decimal): -3822187 or 9809349. OLE color: 9809349.
HSL color Cylindrical-coordinate representation of color #C5AD95: hue angle of 30º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5AD95 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 149 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.23 |
| HSL | 30º | 0.29% | 0.68% | - |
| HSV(B) | 30º | 0.24% | 0.77% | - |
| XYZ | 43.39 | 43.93 | 34.63 | - |
| YUV | 177.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 149 | 0 | 0.12 | 0.24 | 0.23 | 30 | 0.29 | 0.68 |
| Hex | C5 | AD | 95 | 0 | C | 18 | 17 | 1E | 1D | 44 |
| Octal | 305 | 255 | 225 | 0 | 14 | 30 | 27 | 36 | 35 | 104 |
| Binary | 11000101 | 10101101 | 10010101 | 0 | 1100 | 11000 | 10111 | 11110 | 11101 | 1000100 |
Color Harmonies of #C5AD95
Complementary color
Monochromatic Colors of #C5AD95
Black with #C5AD95
Text Example
Text Example
White with #C5AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD95; }
p { color: rgb(197,173,149); }
H1.HeaderClassName
{
color: #C5AD95;
}
.AnyTagClassName
{
color: #C5AD95;
}
</style>
background-color css
<style>
a { background-color: #C5AD95; }
a { background-color: rgb(197,173,149); }
div.DivClassName
{
background-color: #C5AD95;
}
.BgClassName
{
background-color: #C5AD95;
}
</style>
border-color css
<style>
span { border-color: #C5AD95; }
span { border-color: rgb(197,173,149); }
td.TdClassName
{
border-color: #C5AD95;
}
.TagClassName
{
border-color: #C5AD95;
}
</style>