Shades of Sour Dough #CCBA96
Tints of Sour Dough #CCBA96
RGB
CMYK
RGB Variations
Color information
#CCBA96 (or 0xCCBA96) is known color: Sour Dough. HEX triplet: CC, BA and 96. RGB value is (204,186,150). Sum of RGB (Red+Green+Blue) = 204+186+150=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA96 is #334569. Grayscale: #BBBBBB. Windows color (decimal): -3360106 or 9878220. OLE color: 9878220.
HSL color Cylindrical-coordinate representation of color #CCBA96: hue angle of 40º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCBA96 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 150 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.2 |
| HSL | 40º | 0.35% | 0.69% | - |
| HSV(B) | 40º | 0.26% | 0.8% | - |
| XYZ | 47.97 | 50.16 | 36.01 | - |
| YUV | 187.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 150 | 0 | 0.09 | 0.26 | 0.2 | 40 | 0.35 | 0.69 |
| Hex | CC | BA | 96 | 0 | 9 | 1A | 14 | 28 | 23 | 45 |
| Octal | 314 | 272 | 226 | 0 | 11 | 32 | 24 | 50 | 43 | 105 |
| Binary | 11001100 | 10111010 | 10010110 | 0 | 1001 | 11010 | 10100 | 101000 | 100011 | 1000101 |
Color Harmonies of #CCBA96
Complementary color
Monochromatic Colors of #CCBA96
Black with #CCBA96
Text Example
Text Example
White with #CCBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA96; }
p { color: rgb(204,186,150); }
H1.HeaderClassName
{
color: #CCBA96;
}
.AnyTagClassName
{
color: #CCBA96;
}
</style>
background-color css
<style>
a { background-color: #CCBA96; }
a { background-color: rgb(204,186,150); }
div.DivClassName
{
background-color: #CCBA96;
}
.BgClassName
{
background-color: #CCBA96;
}
</style>
border-color css
<style>
span { border-color: #CCBA96; }
span { border-color: rgb(204,186,150); }
td.TdClassName
{
border-color: #CCBA96;
}
.TagClassName
{
border-color: #CCBA96;
}
</style>