Shades of Fuzzy Wuzzy Brown #CC5554
Tints of Fuzzy Wuzzy Brown #CC5554
RGB
CMYK
RGB Variations
Color information
#CC5554 (or 0xCC5554) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 55 and 54. RGB value is (204,85,84). Sum of RGB (Red+Green+Blue) = 204+85+84=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5554 is #33AAAB. Grayscale: #787878. Windows color (decimal): -3386028 or 5526988. OLE color: 5526988.
HSL color Cylindrical-coordinate representation of color #CC5554: hue angle of 0.5º 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 #CC5554 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 84 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.2 |
| HSL | 0.5º | 0.54% | 0.56% | - |
| HSV(B) | 0.5º | 0.59% | 0.8% | - |
| XYZ | 29.75 | 19.97 | 10.67 | - |
| YUV | 120.47 | 107.42 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 84 | 0 | 0.58 | 0.59 | 0.2 | 0.5 | 0.54 | 0.56 |
| Hex | CC | 55 | 54 | 0 | 3A | 3B | 14 | 0 | 36 | 38 |
| Octal | 314 | 125 | 124 | 0 | 72 | 73 | 24 | 0 | 66 | 70 |
| Binary | 11001100 | 1010101 | 1010100 | 0 | 111010 | 111011 | 10100 | 0 | 110110 | 111000 |
Color Harmonies of #CC5554
Complementary color
Monochromatic Colors of #CC5554
Black with #CC5554
Text Example
Text Example
White with #CC5554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5554; }
p { color: rgb(204,85,84); }
H1.HeaderClassName
{
color: #CC5554;
}
.AnyTagClassName
{
color: #CC5554;
}
</style>
background-color css
<style>
a { background-color: #CC5554; }
a { background-color: rgb(204,85,84); }
div.DivClassName
{
background-color: #CC5554;
}
.BgClassName
{
background-color: #CC5554;
}
</style>
border-color css
<style>
span { border-color: #CC5554; }
span { border-color: rgb(204,85,84); }
td.TdClassName
{
border-color: #CC5554;
}
.TagClassName
{
border-color: #CC5554;
}
</style>