Shades of Fuzzy Wuzzy Brown #CA5A53
Tints of Fuzzy Wuzzy Brown #CA5A53
RGB
CMYK
RGB Variations
Color information
#CA5A53 (or 0xCA5A53) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 5A and 53. RGB value is (202,90,83). Sum of RGB (Red+Green+Blue) = 202+90+83=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A53 is #35A5AC. Grayscale: #7A7A7A. Windows color (decimal): -3515821 or 5462730. OLE color: 5462730.
HSL color Cylindrical-coordinate representation of color #CA5A53: hue angle of 3.53º 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 #CA5A53 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 83 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.21 |
| HSL | 3.53º | 0.53% | 0.56% | - |
| HSV(B) | 3.53º | 0.59% | 0.79% | - |
| XYZ | 29.57 | 20.49 | 10.58 | - |
| YUV | 122.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 83 | 0 | 0.55 | 0.59 | 0.21 | 3.53 | 0.53 | 0.56 |
| Hex | CA | 5A | 53 | 0 | 37 | 3B | 15 | 4 | 35 | 38 |
| Octal | 312 | 132 | 123 | 0 | 67 | 73 | 25 | 4 | 65 | 70 |
| Binary | 11001010 | 1011010 | 1010011 | 0 | 110111 | 111011 | 10101 | 100 | 110101 | 111000 |
Color Harmonies of #CA5A53
Complementary color
Monochromatic Colors of #CA5A53
Black with #CA5A53
Text Example
Text Example
White with #CA5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5A53; }
p { color: rgb(202,90,83); }
H1.HeaderClassName
{
color: #CA5A53;
}
.AnyTagClassName
{
color: #CA5A53;
}
</style>
background-color css
<style>
a { background-color: #CA5A53; }
a { background-color: rgb(202,90,83); }
div.DivClassName
{
background-color: #CA5A53;
}
.BgClassName
{
background-color: #CA5A53;
}
</style>
border-color css
<style>
span { border-color: #CA5A53; }
span { border-color: rgb(202,90,83); }
td.TdClassName
{
border-color: #CA5A53;
}
.TagClassName
{
border-color: #CA5A53;
}
</style>