Shades of Sour Dough #C7B490
Tints of Sour Dough #C7B490
RGB
CMYK
RGB Variations
Color information
#C7B490 (or 0xC7B490) is known color: Sour Dough. HEX triplet: C7, B4 and 90. RGB value is (199,180,144). Sum of RGB (Red+Green+Blue) = 199+180+144=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B490 is #384B6F. Grayscale: #B5B5B5. Windows color (decimal): -3689328 or 9483463. OLE color: 9483463.
HSL color Cylindrical-coordinate representation of color #C7B490: hue angle of 39.27º 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 #C7B490 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 144 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.22 |
| HSL | 39.27º | 0.33% | 0.67% | - |
| HSV(B) | 39.27º | 0.28% | 0.78% | - |
| XYZ | 44.91 | 46.8 | 33.05 | - |
| YUV | 181.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 144 | 0 | 0.10 | 0.28 | 0.22 | 39.27 | 0.33 | 0.67 |
| Hex | C7 | B4 | 90 | 0 | A | 1C | 16 | 27 | 21 | 43 |
| Octal | 307 | 264 | 220 | 0 | 12 | 34 | 26 | 47 | 41 | 103 |
| Binary | 11000111 | 10110100 | 10010000 | 0 | 1010 | 11100 | 10110 | 100111 | 100001 | 1000011 |
Color Harmonies of #C7B490
Complementary color
Monochromatic Colors of #C7B490
Black with #C7B490
Text Example
Text Example
White with #C7B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B490; }
p { color: rgb(199,180,144); }
H1.HeaderClassName
{
color: #C7B490;
}
.AnyTagClassName
{
color: #C7B490;
}
</style>
background-color css
<style>
a { background-color: #C7B490; }
a { background-color: rgb(199,180,144); }
div.DivClassName
{
background-color: #C7B490;
}
.BgClassName
{
background-color: #C7B490;
}
</style>
border-color css
<style>
span { border-color: #C7B490; }
span { border-color: rgb(199,180,144); }
td.TdClassName
{
border-color: #C7B490;
}
.TagClassName
{
border-color: #C7B490;
}
</style>