Shades of Fuzzy Wuzzy Brown #CC5854
Tints of Fuzzy Wuzzy Brown #CC5854
RGB
CMYK
RGB Variations
Color information
#CC5854 (or 0xCC5854) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 58 and 54. RGB value is (204,88,84). Sum of RGB (Red+Green+Blue) = 204+88+84=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5854 is #33A7AB. Grayscale: #7A7A7A. Windows color (decimal): -3385260 or 5527756. OLE color: 5527756.
HSL color Cylindrical-coordinate representation of color #CC5854: hue angle of 2º 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 #CC5854 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 84 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.2 |
| HSL | 2º | 0.54% | 0.56% | - |
| HSV(B) | 2º | 0.59% | 0.8% | - |
| XYZ | 29.99 | 20.46 | 10.76 | - |
| YUV | 122.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 84 | 0 | 0.57 | 0.59 | 0.2 | 2 | 0.54 | 0.56 |
| Hex | CC | 58 | 54 | 0 | 39 | 3B | 14 | 2 | 36 | 38 |
| Octal | 314 | 130 | 124 | 0 | 71 | 73 | 24 | 2 | 66 | 70 |
| Binary | 11001100 | 1011000 | 1010100 | 0 | 111001 | 111011 | 10100 | 10 | 110110 | 111000 |
Color Harmonies of #CC5854
Complementary color
Monochromatic Colors of #CC5854
Black with #CC5854
Text Example
Text Example
White with #CC5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5854; }
p { color: rgb(204,88,84); }
H1.HeaderClassName
{
color: #CC5854;
}
.AnyTagClassName
{
color: #CC5854;
}
</style>
background-color css
<style>
a { background-color: #CC5854; }
a { background-color: rgb(204,88,84); }
div.DivClassName
{
background-color: #CC5854;
}
.BgClassName
{
background-color: #CC5854;
}
</style>
border-color css
<style>
span { border-color: #CC5854; }
span { border-color: rgb(204,88,84); }
td.TdClassName
{
border-color: #CC5854;
}
.TagClassName
{
border-color: #CC5854;
}
</style>