Shades of Sour Dough #C5AF95
Tints of Sour Dough #C5AF95
RGB
CMYK
RGB Variations
Color information
#C5AF95 (or 0xC5AF95) is known color: Sour Dough. HEX triplet: C5, AF and 95. RGB value is (197,175,149). Sum of RGB (Red+Green+Blue) = 197+175+149=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF95 is #3A506A. Grayscale: #B2B2B2. Windows color (decimal): -3821675 or 9809861. OLE color: 9809861.
HSL color Cylindrical-coordinate representation of color #C5AF95: hue angle of 32.5º 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 #C5AF95 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 149 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.23 |
| HSL | 32.5º | 0.29% | 0.68% | - |
| HSV(B) | 32.5º | 0.24% | 0.77% | - |
| XYZ | 43.78 | 44.7 | 34.75 | - |
| YUV | 178.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 149 | 0 | 0.11 | 0.24 | 0.23 | 32.5 | 0.29 | 0.68 |
| Hex | C5 | AF | 95 | 0 | B | 18 | 17 | 20 | 1D | 44 |
| Octal | 305 | 257 | 225 | 0 | 13 | 30 | 27 | 40 | 35 | 104 |
| Binary | 11000101 | 10101111 | 10010101 | 0 | 1011 | 11000 | 10111 | 100000 | 11101 | 1000100 |
Color Harmonies of #C5AF95
Complementary color
Monochromatic Colors of #C5AF95
Black with #C5AF95
Text Example
Text Example
White with #C5AF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF95; }
p { color: rgb(197,175,149); }
H1.HeaderClassName
{
color: #C5AF95;
}
.AnyTagClassName
{
color: #C5AF95;
}
</style>
background-color css
<style>
a { background-color: #C5AF95; }
a { background-color: rgb(197,175,149); }
div.DivClassName
{
background-color: #C5AF95;
}
.BgClassName
{
background-color: #C5AF95;
}
</style>
border-color css
<style>
span { border-color: #C5AF95; }
span { border-color: rgb(197,175,149); }
td.TdClassName
{
border-color: #C5AF95;
}
.TagClassName
{
border-color: #C5AF95;
}
</style>