Shades of Sour Dough #C8B090
Tints of Sour Dough #C8B090
RGB
CMYK
RGB Variations
Color information
#C8B090 (or 0xC8B090) is known color: Sour Dough. HEX triplet: C8, B0 and 90. RGB value is (200,176,144). Sum of RGB (Red+Green+Blue) = 200+176+144=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B090 is #374F6F. Grayscale: #B3B3B3. Windows color (decimal): -3624816 or 9482440. OLE color: 9482440.
HSL color Cylindrical-coordinate representation of color #C8B090: hue angle of 34.29º degrees, saturation: 0.34, 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 #C8B090 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 144 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.22 |
| HSL | 34.29º | 0.34% | 0.67% | - |
| HSV(B) | 34.29º | 0.28% | 0.78% | - |
| XYZ | 44.38 | 45.34 | 32.8 | - |
| YUV | 179.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 144 | 0 | 0.12 | 0.28 | 0.22 | 34.29 | 0.34 | 0.67 |
| Hex | C8 | B0 | 90 | 0 | C | 1C | 16 | 22 | 22 | 43 |
| Octal | 310 | 260 | 220 | 0 | 14 | 34 | 26 | 42 | 42 | 103 |
| Binary | 11001000 | 10110000 | 10010000 | 0 | 1100 | 11100 | 10110 | 100010 | 100010 | 1000011 |
Color Harmonies of #C8B090
Complementary color
Monochromatic Colors of #C8B090
Black with #C8B090
Text Example
Text Example
White with #C8B090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B090; }
p { color: rgb(200,176,144); }
H1.HeaderClassName
{
color: #C8B090;
}
.AnyTagClassName
{
color: #C8B090;
}
</style>
background-color css
<style>
a { background-color: #C8B090; }
a { background-color: rgb(200,176,144); }
div.DivClassName
{
background-color: #C8B090;
}
.BgClassName
{
background-color: #C8B090;
}
</style>
border-color css
<style>
span { border-color: #C8B090; }
span { border-color: rgb(200,176,144); }
td.TdClassName
{
border-color: #C8B090;
}
.TagClassName
{
border-color: #C8B090;
}
</style>