Shades of Sour Dough #C5AF8E
Tints of Sour Dough #C5AF8E
RGB
CMYK
RGB Variations
Color information
#C5AF8E (or 0xC5AF8E) is known color: Sour Dough. HEX triplet: C5, AF and 8E. RGB value is (197,175,142). Sum of RGB (Red+Green+Blue) = 197+175+142=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF8E is #3A5071. Grayscale: #B1B1B1. Windows color (decimal): -3821682 or 9351109. OLE color: 9351109.
HSL color Cylindrical-coordinate representation of color #C5AF8E: hue angle of 36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AF8E is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 142 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.23 |
| HSL | 36º | 0.32% | 0.66% | - |
| HSV(B) | 36º | 0.28% | 0.77% | - |
| XYZ | 43.24 | 44.48 | 31.9 | - |
| YUV | 177.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 142 | 0 | 0.11 | 0.28 | 0.23 | 36 | 0.32 | 0.66 |
| Hex | C5 | AF | 8E | 0 | B | 1C | 17 | 24 | 20 | 42 |
| Octal | 305 | 257 | 216 | 0 | 13 | 34 | 27 | 44 | 40 | 102 |
| Binary | 11000101 | 10101111 | 10001110 | 0 | 1011 | 11100 | 10111 | 100100 | 100000 | 1000010 |
Color Harmonies of #C5AF8E
Complementary color
Monochromatic Colors of #C5AF8E
Black with #C5AF8E
Text Example
Text Example
White with #C5AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF8E; }
p { color: rgb(197,175,142); }
H1.HeaderClassName
{
color: #C5AF8E;
}
.AnyTagClassName
{
color: #C5AF8E;
}
</style>
background-color css
<style>
a { background-color: #C5AF8E; }
a { background-color: rgb(197,175,142); }
div.DivClassName
{
background-color: #C5AF8E;
}
.BgClassName
{
background-color: #C5AF8E;
}
</style>
border-color css
<style>
span { border-color: #C5AF8E; }
span { border-color: rgb(197,175,142); }
td.TdClassName
{
border-color: #C5AF8E;
}
.TagClassName
{
border-color: #C5AF8E;
}
</style>