Shades of Sour Dough #C5AD97
Tints of Sour Dough #C5AD97
RGB
CMYK
RGB Variations
Color information
#C5AD97 (or 0xC5AD97) is known color: Sour Dough. HEX triplet: C5, AD and 97. RGB value is (197,173,151). Sum of RGB (Red+Green+Blue) = 197+173+151=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD97 is #3A5268. Grayscale: #B1B1B1. Windows color (decimal): -3822185 or 9940421. OLE color: 9940421.
HSL color Cylindrical-coordinate representation of color #C5AD97: hue angle of 28.7º 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 #C5AD97 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 151 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.23 |
| HSL | 28.7º | 0.28% | 0.68% | - |
| HSV(B) | 28.7º | 0.23% | 0.77% | - |
| XYZ | 43.56 | 43.99 | 35.47 | - |
| YUV | 177.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 151 | 0 | 0.12 | 0.23 | 0.23 | 28.7 | 0.28 | 0.68 |
| Hex | C5 | AD | 97 | 0 | C | 17 | 17 | 1D | 1C | 44 |
| Octal | 305 | 255 | 227 | 0 | 14 | 27 | 27 | 35 | 34 | 104 |
| Binary | 11000101 | 10101101 | 10010111 | 0 | 1100 | 10111 | 10111 | 11101 | 11100 | 1000100 |
Color Harmonies of #C5AD97
Complementary color
Monochromatic Colors of #C5AD97
Black with #C5AD97
Text Example
Text Example
White with #C5AD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD97; }
p { color: rgb(197,173,151); }
H1.HeaderClassName
{
color: #C5AD97;
}
.AnyTagClassName
{
color: #C5AD97;
}
</style>
background-color css
<style>
a { background-color: #C5AD97; }
a { background-color: rgb(197,173,151); }
div.DivClassName
{
background-color: #C5AD97;
}
.BgClassName
{
background-color: #C5AD97;
}
</style>
border-color css
<style>
span { border-color: #C5AD97; }
span { border-color: rgb(197,173,151); }
td.TdClassName
{
border-color: #C5AD97;
}
.TagClassName
{
border-color: #C5AD97;
}
</style>