Shades of Sour Dough #C5AD91
Tints of Sour Dough #C5AD91
RGB
CMYK
RGB Variations
Color information
#C5AD91 (or 0xC5AD91) is known color: Sour Dough. HEX triplet: C5, AD and 91. RGB value is (197,173,145). Sum of RGB (Red+Green+Blue) = 197+173+145=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD91 is #3A526E. Grayscale: #B1B1B1. Windows color (decimal): -3822191 or 9547205. OLE color: 9547205.
HSL color Cylindrical-coordinate representation of color #C5AD91: hue angle of 32.31º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5AD91 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 145 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.23 |
| HSL | 32.31º | 0.31% | 0.67% | - |
| HSV(B) | 32.31º | 0.26% | 0.77% | - |
| XYZ | 43.08 | 43.8 | 32.97 | - |
| YUV | 176.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 145 | 0 | 0.12 | 0.26 | 0.23 | 32.31 | 0.31 | 0.67 |
| Hex | C5 | AD | 91 | 0 | C | 1A | 17 | 20 | 1F | 43 |
| Octal | 305 | 255 | 221 | 0 | 14 | 32 | 27 | 40 | 37 | 103 |
| Binary | 11000101 | 10101101 | 10010001 | 0 | 1100 | 11010 | 10111 | 100000 | 11111 | 1000011 |
Color Harmonies of #C5AD91
Complementary color
Monochromatic Colors of #C5AD91
Black with #C5AD91
Text Example
Text Example
White with #C5AD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD91; }
p { color: rgb(197,173,145); }
H1.HeaderClassName
{
color: #C5AD91;
}
.AnyTagClassName
{
color: #C5AD91;
}
</style>
background-color css
<style>
a { background-color: #C5AD91; }
a { background-color: rgb(197,173,145); }
div.DivClassName
{
background-color: #C5AD91;
}
.BgClassName
{
background-color: #C5AD91;
}
</style>
border-color css
<style>
span { border-color: #C5AD91; }
span { border-color: rgb(197,173,145); }
td.TdClassName
{
border-color: #C5AD91;
}
.TagClassName
{
border-color: #C5AD91;
}
</style>