Shades of Fuzzy Wuzzy Brown #CA5952
Tints of Fuzzy Wuzzy Brown #CA5952
RGB
CMYK
RGB Variations
Color information
#CA5952 (or 0xCA5952) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 59 and 52. RGB value is (202,89,82). Sum of RGB (Red+Green+Blue) = 202+89+82=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5952 is #35A6AD. Grayscale: #7A7A7A. Windows color (decimal): -3516078 or 5396938. OLE color: 5396938.
HSL color Cylindrical-coordinate representation of color #CA5952: hue angle of 3.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 #CA5952 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 82 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.21 |
| HSL | 3.5º | 0.53% | 0.56% | - |
| HSV(B) | 3.5º | 0.59% | 0.79% | - |
| XYZ | 29.45 | 20.31 | 10.35 | - |
| YUV | 121.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 82 | 0 | 0.56 | 0.59 | 0.21 | 3.5 | 0.53 | 0.56 |
| Hex | CA | 59 | 52 | 0 | 38 | 3B | 15 | 4 | 35 | 38 |
| Octal | 312 | 131 | 122 | 0 | 70 | 73 | 25 | 4 | 65 | 70 |
| Binary | 11001010 | 1011001 | 1010010 | 0 | 111000 | 111011 | 10101 | 100 | 110101 | 111000 |
Color Harmonies of #CA5952
Complementary color
Monochromatic Colors of #CA5952
Black with #CA5952
Text Example
Text Example
White with #CA5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5952; }
p { color: rgb(202,89,82); }
H1.HeaderClassName
{
color: #CA5952;
}
.AnyTagClassName
{
color: #CA5952;
}
</style>
background-color css
<style>
a { background-color: #CA5952; }
a { background-color: rgb(202,89,82); }
div.DivClassName
{
background-color: #CA5952;
}
.BgClassName
{
background-color: #CA5952;
}
</style>
border-color css
<style>
span { border-color: #CA5952; }
span { border-color: rgb(202,89,82); }
td.TdClassName
{
border-color: #CA5952;
}
.TagClassName
{
border-color: #CA5952;
}
</style>