Shades of Sour Dough #C4B59D
Tints of Sour Dough #C4B59D
RGB
CMYK
RGB Variations
Color information
#C4B59D (or 0xC4B59D) is known color: Sour Dough. HEX triplet: C4, B5 and 9D. RGB value is (196,181,157). Sum of RGB (Red+Green+Blue) = 196+181+157=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B59D is #3B4A62. Grayscale: #B6B6B6. Windows color (decimal): -3885667 or 10335684. OLE color: 10335684.
HSL color Cylindrical-coordinate representation of color #C4B59D: hue angle of 36.92º degrees, saturation: 0.25, 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 #C4B59D is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 157 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.23 |
| HSL | 36.92º | 0.25% | 0.69% | - |
| HSV(B) | 36.92º | 0.2% | 0.77% | - |
| XYZ | 45.37 | 47.22 | 38.62 | - |
| YUV | 182.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 157 | 0 | 0.08 | 0.20 | 0.23 | 36.92 | 0.25 | 0.69 |
| Hex | C4 | B5 | 9D | 0 | 8 | 14 | 17 | 25 | 19 | 45 |
| Octal | 304 | 265 | 235 | 0 | 10 | 24 | 27 | 45 | 31 | 105 |
| Binary | 11000100 | 10110101 | 10011101 | 0 | 1000 | 10100 | 10111 | 100101 | 11001 | 1000101 |
Color Harmonies of #C4B59D
Complementary color
Monochromatic Colors of #C4B59D
Black with #C4B59D
Text Example
Text Example
White with #C4B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B59D; }
p { color: rgb(196,181,157); }
H1.HeaderClassName
{
color: #C4B59D;
}
.AnyTagClassName
{
color: #C4B59D;
}
</style>
background-color css
<style>
a { background-color: #C4B59D; }
a { background-color: rgb(196,181,157); }
div.DivClassName
{
background-color: #C4B59D;
}
.BgClassName
{
background-color: #C4B59D;
}
</style>
border-color css
<style>
span { border-color: #C4B59D; }
span { border-color: rgb(196,181,157); }
td.TdClassName
{
border-color: #C4B59D;
}
.TagClassName
{
border-color: #C4B59D;
}
</style>