Shades of Sour Dough #C8B597
Tints of Sour Dough #C8B597
RGB
CMYK
RGB Variations
Color information
#C8B597 (or 0xC8B597) is known color: Sour Dough. HEX triplet: C8, B5 and 97. RGB value is (200,181,151). Sum of RGB (Red+Green+Blue) = 200+181+151=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B597 is #374A68. Grayscale: #B7B7B7. Windows color (decimal): -3623529 or 9942472. OLE color: 9942472.
HSL color Cylindrical-coordinate representation of color #C8B597: hue angle of 36.73º 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 #C8B597 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 151 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.22 |
| HSL | 36.73º | 0.31% | 0.69% | - |
| HSV(B) | 36.73º | 0.25% | 0.78% | - |
| XYZ | 45.93 | 47.56 | 36.04 | - |
| YUV | 183.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 151 | 0 | 0.09 | 0.24 | 0.22 | 36.73 | 0.31 | 0.69 |
| Hex | C8 | B5 | 97 | 0 | 9 | 18 | 16 | 25 | 1F | 45 |
| Octal | 310 | 265 | 227 | 0 | 11 | 30 | 26 | 45 | 37 | 105 |
| Binary | 11001000 | 10110101 | 10010111 | 0 | 1001 | 11000 | 10110 | 100101 | 11111 | 1000101 |
Color Harmonies of #C8B597
Complementary color
Monochromatic Colors of #C8B597
Black with #C8B597
Text Example
Text Example
White with #C8B597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B597; }
p { color: rgb(200,181,151); }
H1.HeaderClassName
{
color: #C8B597;
}
.AnyTagClassName
{
color: #C8B597;
}
</style>
background-color css
<style>
a { background-color: #C8B597; }
a { background-color: rgb(200,181,151); }
div.DivClassName
{
background-color: #C8B597;
}
.BgClassName
{
background-color: #C8B597;
}
</style>
border-color css
<style>
span { border-color: #C8B597; }
span { border-color: rgb(200,181,151); }
td.TdClassName
{
border-color: #C8B597;
}
.TagClassName
{
border-color: #C8B597;
}
</style>