Shades of Sour Dough #C4B195
Tints of Sour Dough #C4B195
RGB
CMYK
RGB Variations
Color information
#C4B195 (or 0xC4B195) is known color: Sour Dough. HEX triplet: C4, B1 and 95. RGB value is (196,177,149). Sum of RGB (Red+Green+Blue) = 196+177+149=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B195 is #3B4E6A. Grayscale: #B3B3B3. Windows color (decimal): -3886699 or 9810372. OLE color: 9810372.
HSL color Cylindrical-coordinate representation of color #C4B195: hue angle of 35.74º degrees, saturation: 0.28, 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 #C4B195 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 149 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.23 |
| HSL | 35.74º | 0.28% | 0.68% | - |
| HSV(B) | 35.74º | 0.24% | 0.77% | - |
| XYZ | 43.91 | 45.35 | 34.87 | - |
| YUV | 179.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 149 | 0 | 0.10 | 0.24 | 0.23 | 35.74 | 0.28 | 0.68 |
| Hex | C4 | B1 | 95 | 0 | A | 18 | 17 | 24 | 1C | 44 |
| Octal | 304 | 261 | 225 | 0 | 12 | 30 | 27 | 44 | 34 | 104 |
| Binary | 11000100 | 10110001 | 10010101 | 0 | 1010 | 11000 | 10111 | 100100 | 11100 | 1000100 |
Color Harmonies of #C4B195
Complementary color
Monochromatic Colors of #C4B195
Black with #C4B195
Text Example
Text Example
White with #C4B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B195; }
p { color: rgb(196,177,149); }
H1.HeaderClassName
{
color: #C4B195;
}
.AnyTagClassName
{
color: #C4B195;
}
</style>
background-color css
<style>
a { background-color: #C4B195; }
a { background-color: rgb(196,177,149); }
div.DivClassName
{
background-color: #C4B195;
}
.BgClassName
{
background-color: #C4B195;
}
</style>
border-color css
<style>
span { border-color: #C4B195; }
span { border-color: rgb(196,177,149); }
td.TdClassName
{
border-color: #C4B195;
}
.TagClassName
{
border-color: #C4B195;
}
</style>