Shades of Sour Dough #CEBA96
Tints of Sour Dough #CEBA96
RGB
CMYK
RGB Variations
Color information
#CEBA96 (or 0xCEBA96) is known color: Sour Dough. HEX triplet: CE, BA and 96. RGB value is (206,186,150). Sum of RGB (Red+Green+Blue) = 206+186+150=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA96 is #314569. Grayscale: #BCBCBC. Windows color (decimal): -3229034 or 9878222. OLE color: 9878222.
HSL color Cylindrical-coordinate representation of color #CEBA96: hue angle of 38.57º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEBA96 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 150 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.19 |
| HSL | 38.57º | 0.36% | 0.7% | - |
| HSV(B) | 38.57º | 0.27% | 0.81% | - |
| XYZ | 48.52 | 50.44 | 36.03 | - |
| YUV | 187.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 150 | 0 | 0.10 | 0.27 | 0.19 | 38.57 | 0.36 | 0.7 |
| Hex | CE | BA | 96 | 0 | A | 1B | 13 | 27 | 24 | 46 |
| Octal | 316 | 272 | 226 | 0 | 12 | 33 | 23 | 47 | 44 | 106 |
| Binary | 11001110 | 10111010 | 10010110 | 0 | 1010 | 11011 | 10011 | 100111 | 100100 | 1000110 |
Color Harmonies of #CEBA96
Complementary color
Monochromatic Colors of #CEBA96
Black with #CEBA96
Text Example
Text Example
White with #CEBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA96; }
p { color: rgb(206,186,150); }
H1.HeaderClassName
{
color: #CEBA96;
}
.AnyTagClassName
{
color: #CEBA96;
}
</style>
background-color css
<style>
a { background-color: #CEBA96; }
a { background-color: rgb(206,186,150); }
div.DivClassName
{
background-color: #CEBA96;
}
.BgClassName
{
background-color: #CEBA96;
}
</style>
border-color css
<style>
span { border-color: #CEBA96; }
span { border-color: rgb(206,186,150); }
td.TdClassName
{
border-color: #CEBA96;
}
.TagClassName
{
border-color: #CEBA96;
}
</style>