Shades of Sour Dough #C5AB93
Tints of Sour Dough #C5AB93
RGB
CMYK
RGB Variations
Color information
#C5AB93 (or 0xC5AB93) is known color: Sour Dough. HEX triplet: C5, AB and 93. RGB value is (197,171,147). Sum of RGB (Red+Green+Blue) = 197+171+147=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB93 is #3A546C. Grayscale: #B0B0B0. Windows color (decimal): -3822701 or 9677765. OLE color: 9677765.
HSL color Cylindrical-coordinate representation of color #C5AB93: hue angle of 28.8º 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 #C5AB93 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 147 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.23 |
| HSL | 28.8º | 0.3% | 0.67% | - |
| HSV(B) | 28.8º | 0.25% | 0.77% | - |
| XYZ | 42.86 | 43.1 | 33.66 | - |
| YUV | 176.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 147 | 0 | 0.13 | 0.25 | 0.23 | 28.8 | 0.3 | 0.67 |
| Hex | C5 | AB | 93 | 0 | D | 19 | 17 | 1D | 1E | 43 |
| Octal | 305 | 253 | 223 | 0 | 15 | 31 | 27 | 35 | 36 | 103 |
| Binary | 11000101 | 10101011 | 10010011 | 0 | 1101 | 11001 | 10111 | 11101 | 11110 | 1000011 |
Color Harmonies of #C5AB93
Complementary color
Monochromatic Colors of #C5AB93
Black with #C5AB93
Text Example
Text Example
White with #C5AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB93; }
p { color: rgb(197,171,147); }
H1.HeaderClassName
{
color: #C5AB93;
}
.AnyTagClassName
{
color: #C5AB93;
}
</style>
background-color css
<style>
a { background-color: #C5AB93; }
a { background-color: rgb(197,171,147); }
div.DivClassName
{
background-color: #C5AB93;
}
.BgClassName
{
background-color: #C5AB93;
}
</style>
border-color css
<style>
span { border-color: #C5AB93; }
span { border-color: rgb(197,171,147); }
td.TdClassName
{
border-color: #C5AB93;
}
.TagClassName
{
border-color: #C5AB93;
}
</style>