Shades of Fuzzy Wuzzy Brown #CA5853
Tints of Fuzzy Wuzzy Brown #CA5853
RGB
CMYK
RGB Variations
Color information
#CA5853 (or 0xCA5853) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 58 and 53. RGB value is (202,88,83). Sum of RGB (Red+Green+Blue) = 202+88+83=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5853 is #35A7AC. Grayscale: #797979. Windows color (decimal): -3516333 or 5462218. OLE color: 5462218.
HSL color Cylindrical-coordinate representation of color #CA5853: hue angle of 2.52º 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 #CA5853 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 83 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.21 |
| HSL | 2.52º | 0.53% | 0.56% | - |
| HSV(B) | 2.52º | 0.59% | 0.79% | - |
| XYZ | 29.41 | 20.16 | 10.53 | - |
| YUV | 121.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 83 | 0 | 0.56 | 0.59 | 0.21 | 2.52 | 0.53 | 0.56 |
| Hex | CA | 58 | 53 | 0 | 38 | 3B | 15 | 3 | 35 | 38 |
| Octal | 312 | 130 | 123 | 0 | 70 | 73 | 25 | 3 | 65 | 70 |
| Binary | 11001010 | 1011000 | 1010011 | 0 | 111000 | 111011 | 10101 | 11 | 110101 | 111000 |
Color Harmonies of #CA5853
Complementary color
Monochromatic Colors of #CA5853
Black with #CA5853
Text Example
Text Example
White with #CA5853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5853; }
p { color: rgb(202,88,83); }
H1.HeaderClassName
{
color: #CA5853;
}
.AnyTagClassName
{
color: #CA5853;
}
</style>
background-color css
<style>
a { background-color: #CA5853; }
a { background-color: rgb(202,88,83); }
div.DivClassName
{
background-color: #CA5853;
}
.BgClassName
{
background-color: #CA5853;
}
</style>
border-color css
<style>
span { border-color: #CA5853; }
span { border-color: rgb(202,88,83); }
td.TdClassName
{
border-color: #CA5853;
}
.TagClassName
{
border-color: #CA5853;
}
</style>