Shades of Sour Dough #CCBA9C
Tints of Sour Dough #CCBA9C
RGB
CMYK
RGB Variations
Color information
#CCBA9C (or 0xCCBA9C) is known color: Sour Dough. HEX triplet: CC, BA and 9C. RGB value is (204,186,156). Sum of RGB (Red+Green+Blue) = 204+186+156=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA9C is #334563. Grayscale: #BCBCBC. Windows color (decimal): -3360100 or 10271436. OLE color: 10271436.
HSL color Cylindrical-coordinate representation of color #CCBA9C: hue angle of 37.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCBA9C is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 156 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.2 |
| HSL | 37.5º | 0.32% | 0.71% | - |
| HSV(B) | 37.5º | 0.24% | 0.8% | - |
| XYZ | 48.46 | 50.36 | 38.62 | - |
| YUV | 187.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 156 | 0 | 0.09 | 0.24 | 0.2 | 37.5 | 0.32 | 0.71 |
| Hex | CC | BA | 9C | 0 | 9 | 18 | 14 | 26 | 20 | 47 |
| Octal | 314 | 272 | 234 | 0 | 11 | 30 | 24 | 46 | 40 | 107 |
| Binary | 11001100 | 10111010 | 10011100 | 0 | 1001 | 11000 | 10100 | 100110 | 100000 | 1000111 |
Color Harmonies of #CCBA9C
Complementary color
Monochromatic Colors of #CCBA9C
Black with #CCBA9C
Text Example
Text Example
White with #CCBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA9C; }
p { color: rgb(204,186,156); }
H1.HeaderClassName
{
color: #CCBA9C;
}
.AnyTagClassName
{
color: #CCBA9C;
}
</style>
background-color css
<style>
a { background-color: #CCBA9C; }
a { background-color: rgb(204,186,156); }
div.DivClassName
{
background-color: #CCBA9C;
}
.BgClassName
{
background-color: #CCBA9C;
}
</style>
border-color css
<style>
span { border-color: #CCBA9C; }
span { border-color: rgb(204,186,156); }
td.TdClassName
{
border-color: #CCBA9C;
}
.TagClassName
{
border-color: #CCBA9C;
}
</style>