Shades of Sour Dough #CBBA98
Tints of Sour Dough #CBBA98
RGB
CMYK
RGB Variations
Color information
#CBBA98 (or 0xCBBA98) is known color: Sour Dough. HEX triplet: CB, BA and 98. RGB value is (203,186,152). Sum of RGB (Red+Green+Blue) = 203+186+152=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBA98 is #344567. Grayscale: #BBBBBB. Windows color (decimal): -3425640 or 10009291. OLE color: 10009291.
HSL color Cylindrical-coordinate representation of color #CBBA98: hue angle of 40º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBBA98 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 152 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.20 |
| HSL | 40º | 0.33% | 0.7% | - |
| HSV(B) | 40º | 0.25% | 0.8% | - |
| XYZ | 47.86 | 50.08 | 36.85 | - |
| YUV | 187.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 152 | 0 | 0.08 | 0.25 | 0.20 | 40 | 0.33 | 0.7 |
| Hex | CB | BA | 98 | 0 | 8 | 19 | 14 | 28 | 21 | 46 |
| Octal | 313 | 272 | 230 | 0 | 10 | 31 | 24 | 50 | 41 | 106 |
| Binary | 11001011 | 10111010 | 10011000 | 0 | 1000 | 11001 | 10100 | 101000 | 100001 | 1000110 |
Color Harmonies of #CBBA98
Complementary color
Monochromatic Colors of #CBBA98
Black with #CBBA98
Text Example
Text Example
White with #CBBA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA98; }
p { color: rgb(203,186,152); }
H1.HeaderClassName
{
color: #CBBA98;
}
.AnyTagClassName
{
color: #CBBA98;
}
</style>
background-color css
<style>
a { background-color: #CBBA98; }
a { background-color: rgb(203,186,152); }
div.DivClassName
{
background-color: #CBBA98;
}
.BgClassName
{
background-color: #CBBA98;
}
</style>
border-color css
<style>
span { border-color: #CBBA98; }
span { border-color: rgb(203,186,152); }
td.TdClassName
{
border-color: #CBBA98;
}
.TagClassName
{
border-color: #CBBA98;
}
</style>