Shades of Fuzzy Wuzzy Brown #CC5656
Tints of Fuzzy Wuzzy Brown #CC5656
RGB
CMYK
RGB Variations
Color information
#CC5656 (or 0xCC5656) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 56 and 56. RGB value is (204,86,86). Sum of RGB (Red+Green+Blue) = 204+86+86=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5656 is #33A9A9. Grayscale: #797979. Windows color (decimal): -3385770 or 5658316. OLE color: 5658316.
HSL color Cylindrical-coordinate representation of color #CC5656: hue angle of 0º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5656 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 86 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.2 |
| HSL | 0º | 0.54% | 0.57% | - |
| HSV(B) | 0º | 0.58% | 0.8% | - |
| XYZ | 29.91 | 20.16 | 11.12 | - |
| YUV | 121.28 | 108.09 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 86 | 0 | 0.58 | 0.58 | 0.2 | 0 | 0.54 | 0.57 |
| Hex | CC | 56 | 56 | 0 | 3A | 3A | 14 | 0 | 36 | 39 |
| Octal | 314 | 126 | 126 | 0 | 72 | 72 | 24 | 0 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1010110 | 0 | 111010 | 111010 | 10100 | 0 | 110110 | 111001 |
Color Harmonies of #CC5656
Complementary color
Monochromatic Colors of #CC5656
Black with #CC5656
Text Example
Text Example
White with #CC5656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5656; }
p { color: rgb(204,86,86); }
H1.HeaderClassName
{
color: #CC5656;
}
.AnyTagClassName
{
color: #CC5656;
}
</style>
background-color css
<style>
a { background-color: #CC5656; }
a { background-color: rgb(204,86,86); }
div.DivClassName
{
background-color: #CC5656;
}
.BgClassName
{
background-color: #CC5656;
}
</style>
border-color css
<style>
span { border-color: #CC5656; }
span { border-color: rgb(204,86,86); }
td.TdClassName
{
border-color: #CC5656;
}
.TagClassName
{
border-color: #CC5656;
}
</style>