Shades of Fuzzy Wuzzy Brown #CA5750
Tints of Fuzzy Wuzzy Brown #CA5750
RGB
CMYK
RGB Variations
Color information
#CA5750 (or 0xCA5750) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 57 and 50. RGB value is (202,87,80). Sum of RGB (Red+Green+Blue) = 202+87+80=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5750 is #35A8AF. Grayscale: #787878. Windows color (decimal): -3516592 or 5265354. OLE color: 5265354.
HSL color Cylindrical-coordinate representation of color #CA5750: hue angle of 3.44º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5750 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 80 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.21 |
| HSL | 3.44º | 0.54% | 0.55% | - |
| HSV(B) | 3.44º | 0.6% | 0.79% | - |
| XYZ | 29.21 | 19.95 | 9.9 | - |
| YUV | 120.59 | 105.1 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 80 | 0 | 0.57 | 0.60 | 0.21 | 3.44 | 0.54 | 0.55 |
| Hex | CA | 57 | 50 | 0 | 39 | 3C | 15 | 3 | 36 | 37 |
| Octal | 312 | 127 | 120 | 0 | 71 | 74 | 25 | 3 | 66 | 67 |
| Binary | 11001010 | 1010111 | 1010000 | 0 | 111001 | 111100 | 10101 | 11 | 110110 | 110111 |
Color Harmonies of #CA5750
Complementary color
Monochromatic Colors of #CA5750
Black with #CA5750
Text Example
Text Example
White with #CA5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5750; }
p { color: rgb(202,87,80); }
H1.HeaderClassName
{
color: #CA5750;
}
.AnyTagClassName
{
color: #CA5750;
}
</style>
background-color css
<style>
a { background-color: #CA5750; }
a { background-color: rgb(202,87,80); }
div.DivClassName
{
background-color: #CA5750;
}
.BgClassName
{
background-color: #CA5750;
}
</style>
border-color css
<style>
span { border-color: #CA5750; }
span { border-color: rgb(202,87,80); }
td.TdClassName
{
border-color: #CA5750;
}
.TagClassName
{
border-color: #CA5750;
}
</style>