Shades of Sour Dough #C4B194
Tints of Sour Dough #C4B194
RGB
CMYK
RGB Variations
Color information
#C4B194 (or 0xC4B194) is known color: Sour Dough. HEX triplet: C4, B1 and 94. RGB value is (196,177,148). Sum of RGB (Red+Green+Blue) = 196+177+148=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B194 is #3B4E6B. Grayscale: #B3B3B3. Windows color (decimal): -3886700 or 9744836. OLE color: 9744836.
HSL color Cylindrical-coordinate representation of color #C4B194: hue angle of 36.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4B194 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 148 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.23 |
| HSL | 36.25º | 0.29% | 0.67% | - |
| HSV(B) | 36.25º | 0.24% | 0.77% | - |
| XYZ | 43.83 | 45.32 | 34.45 | - |
| YUV | 179.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 148 | 0 | 0.10 | 0.24 | 0.23 | 36.25 | 0.29 | 0.67 |
| Hex | C4 | B1 | 94 | 0 | A | 18 | 17 | 24 | 1D | 43 |
| Octal | 304 | 261 | 224 | 0 | 12 | 30 | 27 | 44 | 35 | 103 |
| Binary | 11000100 | 10110001 | 10010100 | 0 | 1010 | 11000 | 10111 | 100100 | 11101 | 1000011 |
Color Harmonies of #C4B194
Complementary color
Monochromatic Colors of #C4B194
Black with #C4B194
Text Example
Text Example
White with #C4B194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B194; }
p { color: rgb(196,177,148); }
H1.HeaderClassName
{
color: #C4B194;
}
.AnyTagClassName
{
color: #C4B194;
}
</style>
background-color css
<style>
a { background-color: #C4B194; }
a { background-color: rgb(196,177,148); }
div.DivClassName
{
background-color: #C4B194;
}
.BgClassName
{
background-color: #C4B194;
}
</style>
border-color css
<style>
span { border-color: #C4B194; }
span { border-color: rgb(196,177,148); }
td.TdClassName
{
border-color: #C4B194;
}
.TagClassName
{
border-color: #C4B194;
}
</style>