Shades of Fuzzy Wuzzy Brown #CA5855
Tints of Fuzzy Wuzzy Brown #CA5855
RGB
CMYK
RGB Variations
Color information
#CA5855 (or 0xCA5855) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 58 and 55. RGB value is (202,88,85). Sum of RGB (Red+Green+Blue) = 202+88+85=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5855 is #35A7AA. Grayscale: #797979. Windows color (decimal): -3516331 or 5593290. OLE color: 5593290.
HSL color Cylindrical-coordinate representation of color #CA5855: hue angle of 1.54º 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 #CA5855 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 85 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.21 |
| HSL | 1.54º | 0.52% | 0.56% | - |
| HSV(B) | 1.54º | 0.58% | 0.79% | - |
| XYZ | 29.49 | 20.19 | 10.94 | - |
| YUV | 121.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 85 | 0 | 0.56 | 0.58 | 0.21 | 1.54 | 0.52 | 0.56 |
| Hex | CA | 58 | 55 | 0 | 38 | 3A | 15 | 2 | 34 | 38 |
| Octal | 312 | 130 | 125 | 0 | 70 | 72 | 25 | 2 | 64 | 70 |
| Binary | 11001010 | 1011000 | 1010101 | 0 | 111000 | 111010 | 10101 | 10 | 110100 | 111000 |
Color Harmonies of #CA5855
Complementary color
Monochromatic Colors of #CA5855
Black with #CA5855
Text Example
Text Example
White with #CA5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5855; }
p { color: rgb(202,88,85); }
H1.HeaderClassName
{
color: #CA5855;
}
.AnyTagClassName
{
color: #CA5855;
}
</style>
background-color css
<style>
a { background-color: #CA5855; }
a { background-color: rgb(202,88,85); }
div.DivClassName
{
background-color: #CA5855;
}
.BgClassName
{
background-color: #CA5855;
}
</style>
border-color css
<style>
span { border-color: #CA5855; }
span { border-color: rgb(202,88,85); }
td.TdClassName
{
border-color: #CA5855;
}
.TagClassName
{
border-color: #CA5855;
}
</style>