Shades of Sour Dough #C7B190
Tints of Sour Dough #C7B190
RGB
CMYK
RGB Variations
Color information
#C7B190 (or 0xC7B190) is known color: Sour Dough. HEX triplet: C7, B1 and 90. RGB value is (199,177,144). Sum of RGB (Red+Green+Blue) = 199+177+144=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B190 is #384E6F. Grayscale: #B3B3B3. Windows color (decimal): -3690096 or 9482695. OLE color: 9482695.
HSL color Cylindrical-coordinate representation of color #C7B190: hue angle of 36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7B190 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 144 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.22 |
| HSL | 36º | 0.33% | 0.67% | - |
| HSV(B) | 36º | 0.28% | 0.78% | - |
| XYZ | 44.31 | 45.6 | 32.85 | - |
| YUV | 179.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 144 | 0 | 0.11 | 0.28 | 0.22 | 36 | 0.33 | 0.67 |
| Hex | C7 | B1 | 90 | 0 | B | 1C | 16 | 24 | 21 | 43 |
| Octal | 307 | 261 | 220 | 0 | 13 | 34 | 26 | 44 | 41 | 103 |
| Binary | 11000111 | 10110001 | 10010000 | 0 | 1011 | 11100 | 10110 | 100100 | 100001 | 1000011 |
Color Harmonies of #C7B190
Complementary color
Monochromatic Colors of #C7B190
Black with #C7B190
Text Example
Text Example
White with #C7B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B190; }
p { color: rgb(199,177,144); }
H1.HeaderClassName
{
color: #C7B190;
}
.AnyTagClassName
{
color: #C7B190;
}
</style>
background-color css
<style>
a { background-color: #C7B190; }
a { background-color: rgb(199,177,144); }
div.DivClassName
{
background-color: #C7B190;
}
.BgClassName
{
background-color: #C7B190;
}
</style>
border-color css
<style>
span { border-color: #C7B190; }
span { border-color: rgb(199,177,144); }
td.TdClassName
{
border-color: #C7B190;
}
.TagClassName
{
border-color: #C7B190;
}
</style>