Shades of Sour Dough #CEB893
Tints of Sour Dough #CEB893
RGB
CMYK
RGB Variations
Color information
#CEB893 (or 0xCEB893) is known color: Sour Dough. HEX triplet: CE, B8 and 93. RGB value is (206,184,147). Sum of RGB (Red+Green+Blue) = 206+184+147=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB893 is #31476C. Grayscale: #BABABA. Windows color (decimal): -3229549 or 9681102. OLE color: 9681102.
HSL color Cylindrical-coordinate representation of color #CEB893: hue angle of 37.63º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEB893 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 147 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.19 |
| HSL | 37.63º | 0.38% | 0.69% | - |
| HSV(B) | 37.63º | 0.29% | 0.81% | - |
| XYZ | 47.86 | 49.51 | 34.64 | - |
| YUV | 186.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 147 | 0 | 0.11 | 0.29 | 0.19 | 37.63 | 0.38 | 0.69 |
| Hex | CE | B8 | 93 | 0 | B | 1D | 13 | 26 | 26 | 45 |
| Octal | 316 | 270 | 223 | 0 | 13 | 35 | 23 | 46 | 46 | 105 |
| Binary | 11001110 | 10111000 | 10010011 | 0 | 1011 | 11101 | 10011 | 100110 | 100110 | 1000101 |
Color Harmonies of #CEB893
Complementary color
Monochromatic Colors of #CEB893
Black with #CEB893
Text Example
Text Example
White with #CEB893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB893; }
p { color: rgb(206,184,147); }
H1.HeaderClassName
{
color: #CEB893;
}
.AnyTagClassName
{
color: #CEB893;
}
</style>
background-color css
<style>
a { background-color: #CEB893; }
a { background-color: rgb(206,184,147); }
div.DivClassName
{
background-color: #CEB893;
}
.BgClassName
{
background-color: #CEB893;
}
</style>
border-color css
<style>
span { border-color: #CEB893; }
span { border-color: rgb(206,184,147); }
td.TdClassName
{
border-color: #CEB893;
}
.TagClassName
{
border-color: #CEB893;
}
</style>