Shades of Fuzzy Wuzzy Brown #CC5553
Tints of Fuzzy Wuzzy Brown #CC5553
RGB
CMYK
RGB Variations
Color information
#CC5553 (or 0xCC5553) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 55 and 53. RGB value is (204,85,83). Sum of RGB (Red+Green+Blue) = 204+85+83=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5553 is #33AAAC. Grayscale: #787878. Windows color (decimal): -3386029 or 5461452. OLE color: 5461452.
HSL color Cylindrical-coordinate representation of color #CC5553: hue angle of 0.99º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5553 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 83 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.2 |
| HSL | 0.99º | 0.54% | 0.56% | - |
| HSV(B) | 0.99º | 0.59% | 0.8% | - |
| XYZ | 29.71 | 19.96 | 10.47 | - |
| YUV | 120.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 83 | 0 | 0.58 | 0.59 | 0.2 | 0.99 | 0.54 | 0.56 |
| Hex | CC | 55 | 53 | 0 | 3A | 3B | 14 | 1 | 36 | 38 |
| Octal | 314 | 125 | 123 | 0 | 72 | 73 | 24 | 1 | 66 | 70 |
| Binary | 11001100 | 1010101 | 1010011 | 0 | 111010 | 111011 | 10100 | 1 | 110110 | 111000 |
Color Harmonies of #CC5553
Complementary color
Monochromatic Colors of #CC5553
Black with #CC5553
Text Example
Text Example
White with #CC5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5553; }
p { color: rgb(204,85,83); }
H1.HeaderClassName
{
color: #CC5553;
}
.AnyTagClassName
{
color: #CC5553;
}
</style>
background-color css
<style>
a { background-color: #CC5553; }
a { background-color: rgb(204,85,83); }
div.DivClassName
{
background-color: #CC5553;
}
.BgClassName
{
background-color: #CC5553;
}
</style>
border-color css
<style>
span { border-color: #CC5553; }
span { border-color: rgb(204,85,83); }
td.TdClassName
{
border-color: #CC5553;
}
.TagClassName
{
border-color: #CC5553;
}
</style>