Shades of Sour Dough #C5B49D
Tints of Sour Dough #C5B49D
RGB
CMYK
RGB Variations
Color information
#C5B49D (or 0xC5B49D) is known color: Sour Dough. HEX triplet: C5, B4 and 9D. RGB value is (197,180,157). Sum of RGB (Red+Green+Blue) = 197+180+157=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B49D is #3A4B62. Grayscale: #B6B6B6. Windows color (decimal): -3820387 or 10335429. OLE color: 10335429.
HSL color Cylindrical-coordinate representation of color #C5B49D: hue angle of 34.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5B49D is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 157 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.23 |
| HSL | 34.5º | 0.26% | 0.69% | - |
| HSV(B) | 34.5º | 0.2% | 0.77% | - |
| XYZ | 45.43 | 46.95 | 38.57 | - |
| YUV | 182.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 157 | 0 | 0.09 | 0.20 | 0.23 | 34.5 | 0.26 | 0.69 |
| Hex | C5 | B4 | 9D | 0 | 9 | 14 | 17 | 22 | 1A | 45 |
| Octal | 305 | 264 | 235 | 0 | 11 | 24 | 27 | 42 | 32 | 105 |
| Binary | 11000101 | 10110100 | 10011101 | 0 | 1001 | 10100 | 10111 | 100010 | 11010 | 1000101 |
Color Harmonies of #C5B49D
Complementary color
Monochromatic Colors of #C5B49D
Black with #C5B49D
Text Example
Text Example
White with #C5B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B49D; }
p { color: rgb(197,180,157); }
H1.HeaderClassName
{
color: #C5B49D;
}
.AnyTagClassName
{
color: #C5B49D;
}
</style>
background-color css
<style>
a { background-color: #C5B49D; }
a { background-color: rgb(197,180,157); }
div.DivClassName
{
background-color: #C5B49D;
}
.BgClassName
{
background-color: #C5B49D;
}
</style>
border-color css
<style>
span { border-color: #C5B49D; }
span { border-color: rgb(197,180,157); }
td.TdClassName
{
border-color: #C5B49D;
}
.TagClassName
{
border-color: #C5B49D;
}
</style>