Shades of Fuzzy Wuzzy Brown #CC5653
Tints of Fuzzy Wuzzy Brown #CC5653
RGB
CMYK
RGB Variations
Color information
#CC5653 (or 0xCC5653) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 56 and 53. RGB value is (204,86,83). Sum of RGB (Red+Green+Blue) = 204+86+83=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5653 is #33A9AC. Grayscale: #797979. Windows color (decimal): -3385773 or 5461708. OLE color: 5461708.
HSL color Cylindrical-coordinate representation of color #CC5653: hue angle of 1.49º 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 #CC5653 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 83 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.2 |
| HSL | 1.49º | 0.54% | 0.56% | - |
| HSV(B) | 1.49º | 0.59% | 0.8% | - |
| XYZ | 29.79 | 20.12 | 10.5 | - |
| YUV | 120.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 83 | 0 | 0.58 | 0.59 | 0.2 | 1.49 | 0.54 | 0.56 |
| Hex | CC | 56 | 53 | 0 | 3A | 3B | 14 | 1 | 36 | 38 |
| Octal | 314 | 126 | 123 | 0 | 72 | 73 | 24 | 1 | 66 | 70 |
| Binary | 11001100 | 1010110 | 1010011 | 0 | 111010 | 111011 | 10100 | 1 | 110110 | 111000 |
Color Harmonies of #CC5653
Complementary color
Monochromatic Colors of #CC5653
Black with #CC5653
Text Example
Text Example
White with #CC5653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5653; }
p { color: rgb(204,86,83); }
H1.HeaderClassName
{
color: #CC5653;
}
.AnyTagClassName
{
color: #CC5653;
}
</style>
background-color css
<style>
a { background-color: #CC5653; }
a { background-color: rgb(204,86,83); }
div.DivClassName
{
background-color: #CC5653;
}
.BgClassName
{
background-color: #CC5653;
}
</style>
border-color css
<style>
span { border-color: #CC5653; }
span { border-color: rgb(204,86,83); }
td.TdClassName
{
border-color: #CC5653;
}
.TagClassName
{
border-color: #CC5653;
}
</style>