Shades of Sour Dough #C8B097
Tints of Sour Dough #C8B097
RGB
CMYK
RGB Variations
Color information
#C8B097 (or 0xC8B097) is known color: Sour Dough. HEX triplet: C8, B0 and 97. RGB value is (200,176,151). Sum of RGB (Red+Green+Blue) = 200+176+151=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B097 is #374F68. Grayscale: #B4B4B4. Windows color (decimal): -3624809 or 9941192. OLE color: 9941192.
HSL color Cylindrical-coordinate representation of color #C8B097: hue angle of 30.61º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8B097 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 151 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.22 |
| HSL | 30.61º | 0.31% | 0.69% | - |
| HSV(B) | 30.61º | 0.25% | 0.78% | - |
| XYZ | 44.93 | 45.56 | 35.7 | - |
| YUV | 180.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 151 | 0 | 0.12 | 0.24 | 0.22 | 30.61 | 0.31 | 0.69 |
| Hex | C8 | B0 | 97 | 0 | C | 18 | 16 | 1F | 1F | 45 |
| Octal | 310 | 260 | 227 | 0 | 14 | 30 | 26 | 37 | 37 | 105 |
| Binary | 11001000 | 10110000 | 10010111 | 0 | 1100 | 11000 | 10110 | 11111 | 11111 | 1000101 |
Color Harmonies of #C8B097
Complementary color
Monochromatic Colors of #C8B097
Black with #C8B097
Text Example
Text Example
White with #C8B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B097; }
p { color: rgb(200,176,151); }
H1.HeaderClassName
{
color: #C8B097;
}
.AnyTagClassName
{
color: #C8B097;
}
</style>
background-color css
<style>
a { background-color: #C8B097; }
a { background-color: rgb(200,176,151); }
div.DivClassName
{
background-color: #C8B097;
}
.BgClassName
{
background-color: #C8B097;
}
</style>
border-color css
<style>
span { border-color: #C8B097; }
span { border-color: rgb(200,176,151); }
td.TdClassName
{
border-color: #C8B097;
}
.TagClassName
{
border-color: #C8B097;
}
</style>