Shades of Sour Dough #C5AE93
Tints of Sour Dough #C5AE93
RGB
CMYK
RGB Variations
Color information
#C5AE93 (or 0xC5AE93) is known color: Sour Dough. HEX triplet: C5, AE and 93. RGB value is (197,174,147). Sum of RGB (Red+Green+Blue) = 197+174+147=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AE93 is #3A516C. Grayscale: #B1B1B1. Windows color (decimal): -3821933 or 9678533. OLE color: 9678533.
HSL color Cylindrical-coordinate representation of color #C5AE93: hue angle of 32.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5AE93 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 147 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.23 |
| HSL | 32.4º | 0.3% | 0.67% | - |
| HSV(B) | 32.4º | 0.25% | 0.77% | - |
| XYZ | 43.43 | 44.25 | 33.86 | - |
| YUV | 177.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 147 | 0 | 0.12 | 0.25 | 0.23 | 32.4 | 0.3 | 0.67 |
| Hex | C5 | AE | 93 | 0 | C | 19 | 17 | 20 | 1E | 43 |
| Octal | 305 | 256 | 223 | 0 | 14 | 31 | 27 | 40 | 36 | 103 |
| Binary | 11000101 | 10101110 | 10010011 | 0 | 1100 | 11001 | 10111 | 100000 | 11110 | 1000011 |
Color Harmonies of #C5AE93
Complementary color
Monochromatic Colors of #C5AE93
Black with #C5AE93
Text Example
Text Example
White with #C5AE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AE93; }
p { color: rgb(197,174,147); }
H1.HeaderClassName
{
color: #C5AE93;
}
.AnyTagClassName
{
color: #C5AE93;
}
</style>
background-color css
<style>
a { background-color: #C5AE93; }
a { background-color: rgb(197,174,147); }
div.DivClassName
{
background-color: #C5AE93;
}
.BgClassName
{
background-color: #C5AE93;
}
</style>
border-color css
<style>
span { border-color: #C5AE93; }
span { border-color: rgb(197,174,147); }
td.TdClassName
{
border-color: #C5AE93;
}
.TagClassName
{
border-color: #C5AE93;
}
</style>