Shades of Sour Dough #C4B092
Tints of Sour Dough #C4B092
RGB
CMYK
RGB Variations
Color information
#C4B092 (or 0xC4B092) is known color: Sour Dough. HEX triplet: C4, B0 and 92. RGB value is (196,176,146). Sum of RGB (Red+Green+Blue) = 196+176+146=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B092 is #3B4F6D. Grayscale: #B2B2B2. Windows color (decimal): -3886958 or 9613508. OLE color: 9613508.
HSL color Cylindrical-coordinate representation of color #C4B092: hue angle of 36º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B092 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 146 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.23 |
| HSL | 36º | 0.3% | 0.67% | - |
| HSV(B) | 36º | 0.26% | 0.77% | - |
| XYZ | 43.48 | 44.86 | 33.56 | - |
| YUV | 178.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 146 | 0 | 0.10 | 0.26 | 0.23 | 36 | 0.3 | 0.67 |
| Hex | C4 | B0 | 92 | 0 | A | 1A | 17 | 24 | 1E | 43 |
| Octal | 304 | 260 | 222 | 0 | 12 | 32 | 27 | 44 | 36 | 103 |
| Binary | 11000100 | 10110000 | 10010010 | 0 | 1010 | 11010 | 10111 | 100100 | 11110 | 1000011 |
Color Harmonies of #C4B092
Complementary color
Monochromatic Colors of #C4B092
Black with #C4B092
Text Example
Text Example
White with #C4B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B092; }
p { color: rgb(196,176,146); }
H1.HeaderClassName
{
color: #C4B092;
}
.AnyTagClassName
{
color: #C4B092;
}
</style>
background-color css
<style>
a { background-color: #C4B092; }
a { background-color: rgb(196,176,146); }
div.DivClassName
{
background-color: #C4B092;
}
.BgClassName
{
background-color: #C4B092;
}
</style>
border-color css
<style>
span { border-color: #C4B092; }
span { border-color: rgb(196,176,146); }
td.TdClassName
{
border-color: #C4B092;
}
.TagClassName
{
border-color: #C4B092;
}
</style>