Shades of Sour Dough #C5AB92
Tints of Sour Dough #C5AB92
RGB
CMYK
RGB Variations
Color information
#C5AB92 (or 0xC5AB92) is known color: Sour Dough. HEX triplet: C5, AB and 92. RGB value is (197,171,146). Sum of RGB (Red+Green+Blue) = 197+171+146=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB92 is #3A546D. Grayscale: #B0B0B0. Windows color (decimal): -3822702 or 9612229. OLE color: 9612229.
HSL color Cylindrical-coordinate representation of color #C5AB92: hue angle of 29.41º 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 #C5AB92 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 146 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.23 |
| HSL | 29.41º | 0.31% | 0.67% | - |
| HSV(B) | 29.41º | 0.26% | 0.77% | - |
| XYZ | 42.78 | 43.07 | 33.25 | - |
| YUV | 175.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 146 | 0 | 0.13 | 0.26 | 0.23 | 29.41 | 0.31 | 0.67 |
| Hex | C5 | AB | 92 | 0 | D | 1A | 17 | 1D | 1F | 43 |
| Octal | 305 | 253 | 222 | 0 | 15 | 32 | 27 | 35 | 37 | 103 |
| Binary | 11000101 | 10101011 | 10010010 | 0 | 1101 | 11010 | 10111 | 11101 | 11111 | 1000011 |
Color Harmonies of #C5AB92
Complementary color
Monochromatic Colors of #C5AB92
Black with #C5AB92
Text Example
Text Example
White with #C5AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB92; }
p { color: rgb(197,171,146); }
H1.HeaderClassName
{
color: #C5AB92;
}
.AnyTagClassName
{
color: #C5AB92;
}
</style>
background-color css
<style>
a { background-color: #C5AB92; }
a { background-color: rgb(197,171,146); }
div.DivClassName
{
background-color: #C5AB92;
}
.BgClassName
{
background-color: #C5AB92;
}
</style>
border-color css
<style>
span { border-color: #C5AB92; }
span { border-color: rgb(197,171,146); }
td.TdClassName
{
border-color: #C5AB92;
}
.TagClassName
{
border-color: #C5AB92;
}
</style>