Shades of Fuzzy Wuzzy Brown #CC5855
Tints of Fuzzy Wuzzy Brown #CC5855
RGB
CMYK
RGB Variations
Color information
#CC5855 (or 0xCC5855) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 58 and 55. RGB value is (204,88,85). Sum of RGB (Red+Green+Blue) = 204+88+85=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5855 is #33A7AA. Grayscale: #7A7A7A. Windows color (decimal): -3385259 or 5593292. OLE color: 5593292.
HSL color Cylindrical-coordinate representation of color #CC5855: hue angle of 1.51º 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 #CC5855 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 85 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.2 |
| HSL | 1.51º | 0.54% | 0.57% | - |
| HSV(B) | 1.51º | 0.58% | 0.8% | - |
| XYZ | 30.03 | 20.47 | 10.96 | - |
| YUV | 122.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 85 | 0 | 0.57 | 0.58 | 0.2 | 1.51 | 0.54 | 0.57 |
| Hex | CC | 58 | 55 | 0 | 39 | 3A | 14 | 2 | 36 | 39 |
| Octal | 314 | 130 | 125 | 0 | 71 | 72 | 24 | 2 | 66 | 71 |
| Binary | 11001100 | 1011000 | 1010101 | 0 | 111001 | 111010 | 10100 | 10 | 110110 | 111001 |
Color Harmonies of #CC5855
Complementary color
Monochromatic Colors of #CC5855
Black with #CC5855
Text Example
Text Example
White with #CC5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5855; }
p { color: rgb(204,88,85); }
H1.HeaderClassName
{
color: #CC5855;
}
.AnyTagClassName
{
color: #CC5855;
}
</style>
background-color css
<style>
a { background-color: #CC5855; }
a { background-color: rgb(204,88,85); }
div.DivClassName
{
background-color: #CC5855;
}
.BgClassName
{
background-color: #CC5855;
}
</style>
border-color css
<style>
span { border-color: #CC5855; }
span { border-color: rgb(204,88,85); }
td.TdClassName
{
border-color: #CC5855;
}
.TagClassName
{
border-color: #CC5855;
}
</style>