Shades of Fuzzy Wuzzy Brown #CA5452
Tints of Fuzzy Wuzzy Brown #CA5452
RGB
CMYK
RGB Variations
Color information
#CA5452 (or 0xCA5452) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 54 and 52. RGB value is (202,84,82). Sum of RGB (Red+Green+Blue) = 202+84+82=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5452 is #35ABAD. Grayscale: #777777. Windows color (decimal): -3517358 or 5395658. OLE color: 5395658.
HSL color Cylindrical-coordinate representation of color #CA5452: hue angle of 1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5452 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 82 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.21 |
| HSL | 1º | 0.53% | 0.56% | - |
| HSV(B) | 1º | 0.59% | 0.79% | - |
| XYZ | 29.05 | 19.51 | 10.22 | - |
| YUV | 119.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 82 | 0 | 0.58 | 0.59 | 0.21 | 1 | 0.53 | 0.56 |
| Hex | CA | 54 | 52 | 0 | 3A | 3B | 15 | 1 | 35 | 38 |
| Octal | 312 | 124 | 122 | 0 | 72 | 73 | 25 | 1 | 65 | 70 |
| Binary | 11001010 | 1010100 | 1010010 | 0 | 111010 | 111011 | 10101 | 1 | 110101 | 111000 |
Color Harmonies of #CA5452
Complementary color
Monochromatic Colors of #CA5452
Black with #CA5452
Text Example
Text Example
White with #CA5452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5452; }
p { color: rgb(202,84,82); }
H1.HeaderClassName
{
color: #CA5452;
}
.AnyTagClassName
{
color: #CA5452;
}
</style>
background-color css
<style>
a { background-color: #CA5452; }
a { background-color: rgb(202,84,82); }
div.DivClassName
{
background-color: #CA5452;
}
.BgClassName
{
background-color: #CA5452;
}
</style>
border-color css
<style>
span { border-color: #CA5452; }
span { border-color: rgb(202,84,82); }
td.TdClassName
{
border-color: #CA5452;
}
.TagClassName
{
border-color: #CA5452;
}
</style>