Shades of Sour Dough #CCBB94
Tints of Sour Dough #CCBB94
RGB
CMYK
RGB Variations
Color information
#CCBB94 (or 0xCCBB94) is known color: Sour Dough. HEX triplet: CC, BB and 94. RGB value is (204,187,148). Sum of RGB (Red+Green+Blue) = 204+187+148=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB94 is #33446B. Grayscale: #BBBBBB. Windows color (decimal): -3359852 or 9747404. OLE color: 9747404.
HSL color Cylindrical-coordinate representation of color #CCBB94: hue angle of 41.79º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCBB94 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 148 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.2 |
| HSL | 41.79º | 0.35% | 0.69% | - |
| HSV(B) | 41.79º | 0.27% | 0.8% | - |
| XYZ | 48.02 | 50.52 | 35.24 | - |
| YUV | 187.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 148 | 0 | 0.08 | 0.27 | 0.2 | 41.79 | 0.35 | 0.69 |
| Hex | CC | BB | 94 | 0 | 8 | 1B | 14 | 2A | 23 | 45 |
| Octal | 314 | 273 | 224 | 0 | 10 | 33 | 24 | 52 | 43 | 105 |
| Binary | 11001100 | 10111011 | 10010100 | 0 | 1000 | 11011 | 10100 | 101010 | 100011 | 1000101 |
Color Harmonies of #CCBB94
Complementary color
Monochromatic Colors of #CCBB94
Black with #CCBB94
Text Example
Text Example
White with #CCBB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB94; }
p { color: rgb(204,187,148); }
H1.HeaderClassName
{
color: #CCBB94;
}
.AnyTagClassName
{
color: #CCBB94;
}
</style>
background-color css
<style>
a { background-color: #CCBB94; }
a { background-color: rgb(204,187,148); }
div.DivClassName
{
background-color: #CCBB94;
}
.BgClassName
{
background-color: #CCBB94;
}
</style>
border-color css
<style>
span { border-color: #CCBB94; }
span { border-color: rgb(204,187,148); }
td.TdClassName
{
border-color: #CCBB94;
}
.TagClassName
{
border-color: #CCBB94;
}
</style>