Shades of Fuzzy Wuzzy Brown #CA5555
Tints of Fuzzy Wuzzy Brown #CA5555
RGB
CMYK
RGB Variations
Color information
#CA5555 (or 0xCA5555) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 55 and 55. RGB value is (202,85,85). Sum of RGB (Red+Green+Blue) = 202+85+85=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5555 is #35AAAA. Grayscale: #787878. Windows color (decimal): -3517099 or 5592522. OLE color: 5592522.
HSL color Cylindrical-coordinate representation of color #CA5555: hue angle of 0º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5555 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 85 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.21 |
| HSL | 0º | 0.52% | 0.56% | - |
| HSV(B) | 0º | 0.58% | 0.79% | - |
| XYZ | 29.25 | 19.71 | 10.86 | - |
| YUV | 119.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 85 | 0 | 0.58 | 0.58 | 0.21 | 0 | 0.52 | 0.56 |
| Hex | CA | 55 | 55 | 0 | 3A | 3A | 15 | 0 | 34 | 38 |
| Octal | 312 | 125 | 125 | 0 | 72 | 72 | 25 | 0 | 64 | 70 |
| Binary | 11001010 | 1010101 | 1010101 | 0 | 111010 | 111010 | 10101 | 0 | 110100 | 111000 |
Color Harmonies of #CA5555
Complementary color
Monochromatic Colors of #CA5555
Black with #CA5555
Text Example
Text Example
White with #CA5555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5555; }
p { color: rgb(202,85,85); }
H1.HeaderClassName
{
color: #CA5555;
}
.AnyTagClassName
{
color: #CA5555;
}
</style>
background-color css
<style>
a { background-color: #CA5555; }
a { background-color: rgb(202,85,85); }
div.DivClassName
{
background-color: #CA5555;
}
.BgClassName
{
background-color: #CA5555;
}
</style>
border-color css
<style>
span { border-color: #CA5555; }
span { border-color: rgb(202,85,85); }
td.TdClassName
{
border-color: #CA5555;
}
.TagClassName
{
border-color: #CA5555;
}
</style>