Shades of Sour Dough #C5B395
Tints of Sour Dough #C5B395
RGB
CMYK
RGB Variations
Color information
#C5B395 (or 0xC5B395) is known color: Sour Dough. HEX triplet: C5, B3 and 95. RGB value is (197,179,149). Sum of RGB (Red+Green+Blue) = 197+179+149=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B395 is #3A4C6A. Grayscale: #B5B5B5. Windows color (decimal): -3820651 or 9810885. OLE color: 9810885.
HSL color Cylindrical-coordinate representation of color #C5B395: hue angle of 37.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5B395 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 149 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.23 |
| HSL | 37.5º | 0.29% | 0.68% | - |
| HSV(B) | 37.5º | 0.24% | 0.77% | - |
| XYZ | 44.57 | 46.28 | 35.02 | - |
| YUV | 180.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 149 | 0 | 0.09 | 0.24 | 0.23 | 37.5 | 0.29 | 0.68 |
| Hex | C5 | B3 | 95 | 0 | 9 | 18 | 17 | 26 | 1D | 44 |
| Octal | 305 | 263 | 225 | 0 | 11 | 30 | 27 | 46 | 35 | 104 |
| Binary | 11000101 | 10110011 | 10010101 | 0 | 1001 | 11000 | 10111 | 100110 | 11101 | 1000100 |
Color Harmonies of #C5B395
Complementary color
Monochromatic Colors of #C5B395
Black with #C5B395
Text Example
Text Example
White with #C5B395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B395; }
p { color: rgb(197,179,149); }
H1.HeaderClassName
{
color: #C5B395;
}
.AnyTagClassName
{
color: #C5B395;
}
</style>
background-color css
<style>
a { background-color: #C5B395; }
a { background-color: rgb(197,179,149); }
div.DivClassName
{
background-color: #C5B395;
}
.BgClassName
{
background-color: #C5B395;
}
</style>
border-color css
<style>
span { border-color: #C5B395; }
span { border-color: rgb(197,179,149); }
td.TdClassName
{
border-color: #C5B395;
}
.TagClassName
{
border-color: #C5B395;
}
</style>