Shades of Sour Dough #C5B399
Tints of Sour Dough #C5B399
RGB
CMYK
RGB Variations
Color information
#C5B399 (or 0xC5B399) is known color: Sour Dough. HEX triplet: C5, B3 and 99. RGB value is (197,179,153). Sum of RGB (Red+Green+Blue) = 197+179+153=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B399 is #3A4C66. Grayscale: #B5B5B5. Windows color (decimal): -3820647 or 10073029. OLE color: 10073029.
HSL color Cylindrical-coordinate representation of color #C5B399: hue angle of 35.45º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5B399 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 153 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.23 |
| HSL | 35.45º | 0.28% | 0.69% | - |
| HSV(B) | 35.45º | 0.22% | 0.77% | - |
| XYZ | 44.9 | 46.41 | 36.73 | - |
| YUV | 181.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 153 | 0 | 0.09 | 0.22 | 0.23 | 35.45 | 0.28 | 0.69 |
| Hex | C5 | B3 | 99 | 0 | 9 | 16 | 17 | 23 | 1C | 45 |
| Octal | 305 | 263 | 231 | 0 | 11 | 26 | 27 | 43 | 34 | 105 |
| Binary | 11000101 | 10110011 | 10011001 | 0 | 1001 | 10110 | 10111 | 100011 | 11100 | 1000101 |
Color Harmonies of #C5B399
Complementary color
Monochromatic Colors of #C5B399
Black with #C5B399
Text Example
Text Example
White with #C5B399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B399; }
p { color: rgb(197,179,153); }
H1.HeaderClassName
{
color: #C5B399;
}
.AnyTagClassName
{
color: #C5B399;
}
</style>
background-color css
<style>
a { background-color: #C5B399; }
a { background-color: rgb(197,179,153); }
div.DivClassName
{
background-color: #C5B399;
}
.BgClassName
{
background-color: #C5B399;
}
</style>
border-color css
<style>
span { border-color: #C5B399; }
span { border-color: rgb(197,179,153); }
td.TdClassName
{
border-color: #C5B399;
}
.TagClassName
{
border-color: #C5B399;
}
</style>