Shades of Sour Dough #C5AF91
Tints of Sour Dough #C5AF91
RGB
CMYK
RGB Variations
Color information
#C5AF91 (or 0xC5AF91) is known color: Sour Dough. HEX triplet: C5, AF and 91. RGB value is (197,175,145). Sum of RGB (Red+Green+Blue) = 197+175+145=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF91 is #3A506E. Grayscale: #B2B2B2. Windows color (decimal): -3821679 or 9547717. OLE color: 9547717.
HSL color Cylindrical-coordinate representation of color #C5AF91: hue angle of 34.62º 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 #C5AF91 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 145 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.23 |
| HSL | 34.62º | 0.31% | 0.67% | - |
| HSV(B) | 34.62º | 0.26% | 0.77% | - |
| XYZ | 43.47 | 44.57 | 33.1 | - |
| YUV | 178.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 145 | 0 | 0.11 | 0.26 | 0.23 | 34.62 | 0.31 | 0.67 |
| Hex | C5 | AF | 91 | 0 | B | 1A | 17 | 23 | 1F | 43 |
| Octal | 305 | 257 | 221 | 0 | 13 | 32 | 27 | 43 | 37 | 103 |
| Binary | 11000101 | 10101111 | 10010001 | 0 | 1011 | 11010 | 10111 | 100011 | 11111 | 1000011 |
Color Harmonies of #C5AF91
Complementary color
Monochromatic Colors of #C5AF91
Black with #C5AF91
Text Example
Text Example
White with #C5AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF91; }
p { color: rgb(197,175,145); }
H1.HeaderClassName
{
color: #C5AF91;
}
.AnyTagClassName
{
color: #C5AF91;
}
</style>
background-color css
<style>
a { background-color: #C5AF91; }
a { background-color: rgb(197,175,145); }
div.DivClassName
{
background-color: #C5AF91;
}
.BgClassName
{
background-color: #C5AF91;
}
</style>
border-color css
<style>
span { border-color: #C5AF91; }
span { border-color: rgb(197,175,145); }
td.TdClassName
{
border-color: #C5AF91;
}
.TagClassName
{
border-color: #C5AF91;
}
</style>