Shades of Sour Dough #C7B295
Tints of Sour Dough #C7B295
RGB
CMYK
RGB Variations
Color information
#C7B295 (or 0xC7B295) is known color: Sour Dough. HEX triplet: C7, B2 and 95. RGB value is (199,178,149). Sum of RGB (Red+Green+Blue) = 199+178+149=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B295 is #384D6A. Grayscale: #B5B5B5. Windows color (decimal): -3689835 or 9810631. OLE color: 9810631.
HSL color Cylindrical-coordinate representation of color #C7B295: hue angle of 34.8º degrees, saturation: 0.31, 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 #C7B295 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 149 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.22 |
| HSL | 34.8º | 0.31% | 0.68% | - |
| HSV(B) | 34.8º | 0.25% | 0.78% | - |
| XYZ | 44.9 | 46.15 | 34.98 | - |
| YUV | 180.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 149 | 0 | 0.11 | 0.25 | 0.22 | 34.8 | 0.31 | 0.68 |
| Hex | C7 | B2 | 95 | 0 | B | 19 | 16 | 23 | 1F | 44 |
| Octal | 307 | 262 | 225 | 0 | 13 | 31 | 26 | 43 | 37 | 104 |
| Binary | 11000111 | 10110010 | 10010101 | 0 | 1011 | 11001 | 10110 | 100011 | 11111 | 1000100 |
Color Harmonies of #C7B295
Complementary color
Monochromatic Colors of #C7B295
Black with #C7B295
Text Example
Text Example
White with #C7B295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B295; }
p { color: rgb(199,178,149); }
H1.HeaderClassName
{
color: #C7B295;
}
.AnyTagClassName
{
color: #C7B295;
}
</style>
background-color css
<style>
a { background-color: #C7B295; }
a { background-color: rgb(199,178,149); }
div.DivClassName
{
background-color: #C7B295;
}
.BgClassName
{
background-color: #C7B295;
}
</style>
border-color css
<style>
span { border-color: #C7B295; }
span { border-color: rgb(199,178,149); }
td.TdClassName
{
border-color: #C7B295;
}
.TagClassName
{
border-color: #C7B295;
}
</style>