Shades of Sour Dough #C5B29E
Tints of Sour Dough #C5B29E
RGB
CMYK
RGB Variations
Color information
#C5B29E (or 0xC5B29E) is known color: Sour Dough. HEX triplet: C5, B2 and 9E. RGB value is (197,178,158). Sum of RGB (Red+Green+Blue) = 197+178+158=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B29E is #3A4D61. Grayscale: #B5B5B5. Windows color (decimal): -3820898 or 10400453. OLE color: 10400453.
HSL color Cylindrical-coordinate representation of color #C5B29E: hue angle of 30.77º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5B29E is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 158 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.23 |
| HSL | 30.77º | 0.25% | 0.7% | - |
| HSV(B) | 30.77º | 0.2% | 0.77% | - |
| XYZ | 45.12 | 46.18 | 38.88 | - |
| YUV | 181.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 158 | 0 | 0.10 | 0.20 | 0.23 | 30.77 | 0.25 | 0.7 |
| Hex | C5 | B2 | 9E | 0 | A | 14 | 17 | 1F | 19 | 46 |
| Octal | 305 | 262 | 236 | 0 | 12 | 24 | 27 | 37 | 31 | 106 |
| Binary | 11000101 | 10110010 | 10011110 | 0 | 1010 | 10100 | 10111 | 11111 | 11001 | 1000110 |
Color Harmonies of #C5B29E
Complementary color
Monochromatic Colors of #C5B29E
Black with #C5B29E
Text Example
Text Example
White with #C5B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B29E; }
p { color: rgb(197,178,158); }
H1.HeaderClassName
{
color: #C5B29E;
}
.AnyTagClassName
{
color: #C5B29E;
}
</style>
background-color css
<style>
a { background-color: #C5B29E; }
a { background-color: rgb(197,178,158); }
div.DivClassName
{
background-color: #C5B29E;
}
.BgClassName
{
background-color: #C5B29E;
}
</style>
border-color css
<style>
span { border-color: #C5B29E; }
span { border-color: rgb(197,178,158); }
td.TdClassName
{
border-color: #C5B29E;
}
.TagClassName
{
border-color: #C5B29E;
}
</style>