Shades of Sour Dough #CBBA9B
Tints of Sour Dough #CBBA9B
RGB
CMYK
RGB Variations
Color information
#CBBA9B (or 0xCBBA9B) is known color: Sour Dough. HEX triplet: CB, BA and 9B. RGB value is (203,186,155). Sum of RGB (Red+Green+Blue) = 203+186+155=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBA9B is #344564. Grayscale: #BBBBBB. Windows color (decimal): -3425637 or 10205899. OLE color: 10205899.
HSL color Cylindrical-coordinate representation of color #CBBA9B: hue angle of 38.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBBA9B is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 155 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.20 |
| HSL | 38.75º | 0.32% | 0.7% | - |
| HSV(B) | 38.75º | 0.24% | 0.8% | - |
| XYZ | 48.1 | 50.18 | 38.16 | - |
| YUV | 187.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 155 | 0 | 0.08 | 0.24 | 0.20 | 38.75 | 0.32 | 0.7 |
| Hex | CB | BA | 9B | 0 | 8 | 18 | 14 | 27 | 20 | 46 |
| Octal | 313 | 272 | 233 | 0 | 10 | 30 | 24 | 47 | 40 | 106 |
| Binary | 11001011 | 10111010 | 10011011 | 0 | 1000 | 11000 | 10100 | 100111 | 100000 | 1000110 |
Color Harmonies of #CBBA9B
Complementary color
Monochromatic Colors of #CBBA9B
Black with #CBBA9B
Text Example
Text Example
White with #CBBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA9B; }
p { color: rgb(203,186,155); }
H1.HeaderClassName
{
color: #CBBA9B;
}
.AnyTagClassName
{
color: #CBBA9B;
}
</style>
background-color css
<style>
a { background-color: #CBBA9B; }
a { background-color: rgb(203,186,155); }
div.DivClassName
{
background-color: #CBBA9B;
}
.BgClassName
{
background-color: #CBBA9B;
}
</style>
border-color css
<style>
span { border-color: #CBBA9B; }
span { border-color: rgb(203,186,155); }
td.TdClassName
{
border-color: #CBBA9B;
}
.TagClassName
{
border-color: #CBBA9B;
}
</style>