Shades of Sour Dough #C7B096
Tints of Sour Dough #C7B096
RGB
CMYK
RGB Variations
Color information
#C7B096 (or 0xC7B096) is known color: Sour Dough. HEX triplet: C7, B0 and 96. RGB value is (199,176,150). Sum of RGB (Red+Green+Blue) = 199+176+150=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B096 is #384F69. Grayscale: #B4B4B4. Windows color (decimal): -3690346 or 9875655. OLE color: 9875655.
HSL color Cylindrical-coordinate representation of color #C7B096: hue angle of 31.84º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7B096 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 150 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.22 |
| HSL | 31.84º | 0.3% | 0.68% | - |
| HSV(B) | 31.84º | 0.25% | 0.78% | - |
| XYZ | 44.58 | 45.39 | 35.27 | - |
| YUV | 179.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 150 | 0 | 0.12 | 0.25 | 0.22 | 31.84 | 0.3 | 0.68 |
| Hex | C7 | B0 | 96 | 0 | C | 19 | 16 | 20 | 1E | 44 |
| Octal | 307 | 260 | 226 | 0 | 14 | 31 | 26 | 40 | 36 | 104 |
| Binary | 11000111 | 10110000 | 10010110 | 0 | 1100 | 11001 | 10110 | 100000 | 11110 | 1000100 |
Color Harmonies of #C7B096
Complementary color
Monochromatic Colors of #C7B096
Black with #C7B096
Text Example
Text Example
White with #C7B096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B096; }
p { color: rgb(199,176,150); }
H1.HeaderClassName
{
color: #C7B096;
}
.AnyTagClassName
{
color: #C7B096;
}
</style>
background-color css
<style>
a { background-color: #C7B096; }
a { background-color: rgb(199,176,150); }
div.DivClassName
{
background-color: #C7B096;
}
.BgClassName
{
background-color: #C7B096;
}
</style>
border-color css
<style>
span { border-color: #C7B096; }
span { border-color: rgb(199,176,150); }
td.TdClassName
{
border-color: #C7B096;
}
.TagClassName
{
border-color: #C7B096;
}
</style>