Shades of Sour Dough #CCBA9B
Tints of Sour Dough #CCBA9B
RGB
CMYK
RGB Variations
Color information
#CCBA9B (or 0xCCBA9B) is known color: Sour Dough. HEX triplet: CC, BA and 9B. RGB value is (204,186,155). Sum of RGB (Red+Green+Blue) = 204+186+155=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA9B is #334564. Grayscale: #BBBBBB. Windows color (decimal): -3360101 or 10205900. OLE color: 10205900.
HSL color Cylindrical-coordinate representation of color #CCBA9B: hue angle of 37.96º 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 #CCBA9B is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 155 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.2 |
| HSL | 37.96º | 0.32% | 0.7% | - |
| HSV(B) | 37.96º | 0.24% | 0.8% | - |
| XYZ | 48.38 | 50.32 | 38.17 | - |
| YUV | 187.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 155 | 0 | 0.09 | 0.24 | 0.2 | 37.96 | 0.32 | 0.7 |
| Hex | CC | BA | 9B | 0 | 9 | 18 | 14 | 26 | 20 | 46 |
| Octal | 314 | 272 | 233 | 0 | 11 | 30 | 24 | 46 | 40 | 106 |
| Binary | 11001100 | 10111010 | 10011011 | 0 | 1001 | 11000 | 10100 | 100110 | 100000 | 1000110 |
Color Harmonies of #CCBA9B
Complementary color
Monochromatic Colors of #CCBA9B
Black with #CCBA9B
Text Example
Text Example
White with #CCBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA9B; }
p { color: rgb(204,186,155); }
H1.HeaderClassName
{
color: #CCBA9B;
}
.AnyTagClassName
{
color: #CCBA9B;
}
</style>
background-color css
<style>
a { background-color: #CCBA9B; }
a { background-color: rgb(204,186,155); }
div.DivClassName
{
background-color: #CCBA9B;
}
.BgClassName
{
background-color: #CCBA9B;
}
</style>
border-color css
<style>
span { border-color: #CCBA9B; }
span { border-color: rgb(204,186,155); }
td.TdClassName
{
border-color: #CCBA9B;
}
.TagClassName
{
border-color: #CCBA9B;
}
</style>