Shades of Sour Dough #CBBA9A
Tints of Sour Dough #CBBA9A
RGB
CMYK
RGB Variations
Color information
#CBBA9A (or 0xCBBA9A) is known color: Sour Dough. HEX triplet: CB, BA and 9A. RGB value is (203,186,154). Sum of RGB (Red+Green+Blue) = 203+186+154=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBA9A is #344565. Grayscale: #BBBBBB. Windows color (decimal): -3425638 or 10140363. OLE color: 10140363.
HSL color Cylindrical-coordinate representation of color #CBBA9A: hue angle of 39.18º 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 #CBBA9A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 154 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.20 |
| HSL | 39.18º | 0.32% | 0.7% | - |
| HSV(B) | 39.18º | 0.24% | 0.8% | - |
| XYZ | 48.02 | 50.15 | 37.72 | - |
| YUV | 187.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 154 | 0 | 0.08 | 0.24 | 0.20 | 39.18 | 0.32 | 0.7 |
| Hex | CB | BA | 9A | 0 | 8 | 18 | 14 | 27 | 20 | 46 |
| Octal | 313 | 272 | 232 | 0 | 10 | 30 | 24 | 47 | 40 | 106 |
| Binary | 11001011 | 10111010 | 10011010 | 0 | 1000 | 11000 | 10100 | 100111 | 100000 | 1000110 |
Color Harmonies of #CBBA9A
Complementary color
Monochromatic Colors of #CBBA9A
Black with #CBBA9A
Text Example
Text Example
White with #CBBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA9A; }
p { color: rgb(203,186,154); }
H1.HeaderClassName
{
color: #CBBA9A;
}
.AnyTagClassName
{
color: #CBBA9A;
}
</style>
background-color css
<style>
a { background-color: #CBBA9A; }
a { background-color: rgb(203,186,154); }
div.DivClassName
{
background-color: #CBBA9A;
}
.BgClassName
{
background-color: #CBBA9A;
}
</style>
border-color css
<style>
span { border-color: #CBBA9A; }
span { border-color: rgb(203,186,154); }
td.TdClassName
{
border-color: #CBBA9A;
}
.TagClassName
{
border-color: #CBBA9A;
}
</style>