Shades of Sour Dough #C5B599
Tints of Sour Dough #C5B599
RGB
CMYK
RGB Variations
Color information
#C5B599 (or 0xC5B599) is known color: Sour Dough. HEX triplet: C5, B5 and 99. RGB value is (197,181,153). Sum of RGB (Red+Green+Blue) = 197+181+153=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B599 is #3A4A66. Grayscale: #B6B6B6. Windows color (decimal): -3820135 or 10073541. OLE color: 10073541.
HSL color Cylindrical-coordinate representation of color #C5B599: hue angle of 38.18º 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 #C5B599 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 153 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.23 |
| HSL | 38.18º | 0.28% | 0.69% | - |
| HSV(B) | 38.18º | 0.22% | 0.77% | - |
| XYZ | 45.3 | 47.22 | 36.86 | - |
| YUV | 182.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 153 | 0 | 0.08 | 0.22 | 0.23 | 38.18 | 0.28 | 0.69 |
| Hex | C5 | B5 | 99 | 0 | 8 | 16 | 17 | 26 | 1C | 45 |
| Octal | 305 | 265 | 231 | 0 | 10 | 26 | 27 | 46 | 34 | 105 |
| Binary | 11000101 | 10110101 | 10011001 | 0 | 1000 | 10110 | 10111 | 100110 | 11100 | 1000101 |
Color Harmonies of #C5B599
Complementary color
Monochromatic Colors of #C5B599
Black with #C5B599
Text Example
Text Example
White with #C5B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B599; }
p { color: rgb(197,181,153); }
H1.HeaderClassName
{
color: #C5B599;
}
.AnyTagClassName
{
color: #C5B599;
}
</style>
background-color css
<style>
a { background-color: #C5B599; }
a { background-color: rgb(197,181,153); }
div.DivClassName
{
background-color: #C5B599;
}
.BgClassName
{
background-color: #C5B599;
}
</style>
border-color css
<style>
span { border-color: #C5B599; }
span { border-color: rgb(197,181,153); }
td.TdClassName
{
border-color: #C5B599;
}
.TagClassName
{
border-color: #C5B599;
}
</style>