Shades of Sour Dough #CCBA9A
Tints of Sour Dough #CCBA9A
RGB
CMYK
RGB Variations
Color information
#CCBA9A (or 0xCCBA9A) is known color: Sour Dough. HEX triplet: CC, BA and 9A. RGB value is (204,186,154). Sum of RGB (Red+Green+Blue) = 204+186+154=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA9A is #334565. Grayscale: #BBBBBB. Windows color (decimal): -3360102 or 10140364. OLE color: 10140364.
HSL color Cylindrical-coordinate representation of color #CCBA9A: hue angle of 38.4º 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 #CCBA9A is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 154 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.2 |
| HSL | 38.4º | 0.33% | 0.7% | - |
| HSV(B) | 38.4º | 0.25% | 0.8% | - |
| XYZ | 48.29 | 50.29 | 37.73 | - |
| YUV | 187.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 154 | 0 | 0.09 | 0.25 | 0.2 | 38.4 | 0.33 | 0.7 |
| Hex | CC | BA | 9A | 0 | 9 | 19 | 14 | 26 | 21 | 46 |
| Octal | 314 | 272 | 232 | 0 | 11 | 31 | 24 | 46 | 41 | 106 |
| Binary | 11001100 | 10111010 | 10011010 | 0 | 1001 | 11001 | 10100 | 100110 | 100001 | 1000110 |
Color Harmonies of #CCBA9A
Complementary color
Monochromatic Colors of #CCBA9A
Black with #CCBA9A
Text Example
Text Example
White with #CCBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA9A; }
p { color: rgb(204,186,154); }
H1.HeaderClassName
{
color: #CCBA9A;
}
.AnyTagClassName
{
color: #CCBA9A;
}
</style>
background-color css
<style>
a { background-color: #CCBA9A; }
a { background-color: rgb(204,186,154); }
div.DivClassName
{
background-color: #CCBA9A;
}
.BgClassName
{
background-color: #CCBA9A;
}
</style>
border-color css
<style>
span { border-color: #CCBA9A; }
span { border-color: rgb(204,186,154); }
td.TdClassName
{
border-color: #CCBA9A;
}
.TagClassName
{
border-color: #CCBA9A;
}
</style>