Shades of Sour Dough #C5AD90
Tints of Sour Dough #C5AD90
RGB
CMYK
RGB Variations
Color information
#C5AD90 (or 0xC5AD90) is known color: Sour Dough. HEX triplet: C5, AD and 90. RGB value is (197,173,144). Sum of RGB (Red+Green+Blue) = 197+173+144=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD90 is #3A526F. Grayscale: #B1B1B1. Windows color (decimal): -3822192 or 9481669. OLE color: 9481669.
HSL color Cylindrical-coordinate representation of color #C5AD90: hue angle of 32.83º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5AD90 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 144 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.23 |
| HSL | 32.83º | 0.31% | 0.67% | - |
| HSV(B) | 32.83º | 0.27% | 0.77% | - |
| XYZ | 43 | 43.77 | 32.57 | - |
| YUV | 176.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 144 | 0 | 0.12 | 0.27 | 0.23 | 32.83 | 0.31 | 0.67 |
| Hex | C5 | AD | 90 | 0 | C | 1B | 17 | 21 | 1F | 43 |
| Octal | 305 | 255 | 220 | 0 | 14 | 33 | 27 | 41 | 37 | 103 |
| Binary | 11000101 | 10101101 | 10010000 | 0 | 1100 | 11011 | 10111 | 100001 | 11111 | 1000011 |
Color Harmonies of #C5AD90
Complementary color
Monochromatic Colors of #C5AD90
Black with #C5AD90
Text Example
Text Example
White with #C5AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD90; }
p { color: rgb(197,173,144); }
H1.HeaderClassName
{
color: #C5AD90;
}
.AnyTagClassName
{
color: #C5AD90;
}
</style>
background-color css
<style>
a { background-color: #C5AD90; }
a { background-color: rgb(197,173,144); }
div.DivClassName
{
background-color: #C5AD90;
}
.BgClassName
{
background-color: #C5AD90;
}
</style>
border-color css
<style>
span { border-color: #C5AD90; }
span { border-color: rgb(197,173,144); }
td.TdClassName
{
border-color: #C5AD90;
}
.TagClassName
{
border-color: #C5AD90;
}
</style>