Shades of Fuzzy Wuzzy Brown #CA5752
Tints of Fuzzy Wuzzy Brown #CA5752
RGB
CMYK
RGB Variations
Color information
#CA5752 (or 0xCA5752) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 57 and 52. RGB value is (202,87,82). Sum of RGB (Red+Green+Blue) = 202+87+82=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5752 is #35A8AD. Grayscale: #787878. Windows color (decimal): -3516590 or 5396426. OLE color: 5396426.
HSL color Cylindrical-coordinate representation of color #CA5752: hue angle of 2.5º 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 #CA5752 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 82 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.21 |
| HSL | 2.5º | 0.53% | 0.56% | - |
| HSV(B) | 2.5º | 0.59% | 0.79% | - |
| XYZ | 29.29 | 19.98 | 10.3 | - |
| YUV | 120.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 82 | 0 | 0.57 | 0.59 | 0.21 | 2.5 | 0.53 | 0.56 |
| Hex | CA | 57 | 52 | 0 | 39 | 3B | 15 | 2 | 35 | 38 |
| Octal | 312 | 127 | 122 | 0 | 71 | 73 | 25 | 2 | 65 | 70 |
| Binary | 11001010 | 1010111 | 1010010 | 0 | 111001 | 111011 | 10101 | 10 | 110101 | 111000 |
Color Harmonies of #CA5752
Complementary color
Monochromatic Colors of #CA5752
Black with #CA5752
Text Example
Text Example
White with #CA5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5752; }
p { color: rgb(202,87,82); }
H1.HeaderClassName
{
color: #CA5752;
}
.AnyTagClassName
{
color: #CA5752;
}
</style>
background-color css
<style>
a { background-color: #CA5752; }
a { background-color: rgb(202,87,82); }
div.DivClassName
{
background-color: #CA5752;
}
.BgClassName
{
background-color: #CA5752;
}
</style>
border-color css
<style>
span { border-color: #CA5752; }
span { border-color: rgb(202,87,82); }
td.TdClassName
{
border-color: #CA5752;
}
.TagClassName
{
border-color: #CA5752;
}
</style>