Shades of Sour Dough #CBBA9C
Tints of Sour Dough #CBBA9C
RGB
CMYK
RGB Variations
Color information
#CBBA9C (or 0xCBBA9C) is known color: Sour Dough. HEX triplet: CB, BA and 9C. RGB value is (203,186,156). Sum of RGB (Red+Green+Blue) = 203+186+156=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBA9C is #344563. Grayscale: #BBBBBB. Windows color (decimal): -3425636 or 10271435. OLE color: 10271435.
HSL color Cylindrical-coordinate representation of color #CBBA9C: hue angle of 38.3º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBBA9C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 156 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.20 |
| HSL | 38.3º | 0.31% | 0.7% | - |
| HSV(B) | 38.3º | 0.23% | 0.8% | - |
| XYZ | 48.19 | 50.21 | 38.61 | - |
| YUV | 187.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 156 | 0 | 0.08 | 0.23 | 0.20 | 38.3 | 0.31 | 0.7 |
| Hex | CB | BA | 9C | 0 | 8 | 17 | 14 | 26 | 1F | 46 |
| Octal | 313 | 272 | 234 | 0 | 10 | 27 | 24 | 46 | 37 | 106 |
| Binary | 11001011 | 10111010 | 10011100 | 0 | 1000 | 10111 | 10100 | 100110 | 11111 | 1000110 |
Color Harmonies of #CBBA9C
Complementary color
Monochromatic Colors of #CBBA9C
Black with #CBBA9C
Text Example
Text Example
White with #CBBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA9C; }
p { color: rgb(203,186,156); }
H1.HeaderClassName
{
color: #CBBA9C;
}
.AnyTagClassName
{
color: #CBBA9C;
}
</style>
background-color css
<style>
a { background-color: #CBBA9C; }
a { background-color: rgb(203,186,156); }
div.DivClassName
{
background-color: #CBBA9C;
}
.BgClassName
{
background-color: #CBBA9C;
}
</style>
border-color css
<style>
span { border-color: #CBBA9C; }
span { border-color: rgb(203,186,156); }
td.TdClassName
{
border-color: #CBBA9C;
}
.TagClassName
{
border-color: #CBBA9C;
}
</style>