Shades of Sour Dough #C7B098
Tints of Sour Dough #C7B098
RGB
CMYK
RGB Variations
Color information
#C7B098 (or 0xC7B098) is known color: Sour Dough. HEX triplet: C7, B0 and 98. RGB value is (199,176,152). Sum of RGB (Red+Green+Blue) = 199+176+152=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B098 is #384F67. Grayscale: #B4B4B4. Windows color (decimal): -3690344 or 10006727. OLE color: 10006727.
HSL color Cylindrical-coordinate representation of color #C7B098: hue angle of 30.64º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7B098 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 152 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.22 |
| HSL | 30.64º | 0.3% | 0.69% | - |
| HSV(B) | 30.64º | 0.24% | 0.78% | - |
| XYZ | 44.75 | 45.46 | 36.12 | - |
| YUV | 180.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 152 | 0 | 0.12 | 0.24 | 0.22 | 30.64 | 0.3 | 0.69 |
| Hex | C7 | B0 | 98 | 0 | C | 18 | 16 | 1F | 1E | 45 |
| Octal | 307 | 260 | 230 | 0 | 14 | 30 | 26 | 37 | 36 | 105 |
| Binary | 11000111 | 10110000 | 10011000 | 0 | 1100 | 11000 | 10110 | 11111 | 11110 | 1000101 |
Color Harmonies of #C7B098
Complementary color
Monochromatic Colors of #C7B098
Black with #C7B098
Text Example
Text Example
White with #C7B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B098; }
p { color: rgb(199,176,152); }
H1.HeaderClassName
{
color: #C7B098;
}
.AnyTagClassName
{
color: #C7B098;
}
</style>
background-color css
<style>
a { background-color: #C7B098; }
a { background-color: rgb(199,176,152); }
div.DivClassName
{
background-color: #C7B098;
}
.BgClassName
{
background-color: #C7B098;
}
</style>
border-color css
<style>
span { border-color: #C7B098; }
span { border-color: rgb(199,176,152); }
td.TdClassName
{
border-color: #C7B098;
}
.TagClassName
{
border-color: #C7B098;
}
</style>