Shades of Fuzzy Wuzzy Brown #CA534F
Tints of Fuzzy Wuzzy Brown #CA534F
RGB
CMYK
RGB Variations
Color information
#CA534F (or 0xCA534F) is known color: Fuzzy Wuzzy Brown. HEX triplet: CA, 53 and 4F. RGB value is (202,83,79). Sum of RGB (Red+Green+Blue) = 202+83+79=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA534F is #35ACB0. Grayscale: #767676. Windows color (decimal): -3517617 or 5198794. OLE color: 5198794.
HSL color Cylindrical-coordinate representation of color #CA534F: hue angle of 1.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA534F is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 79 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.21 |
| HSL | 1.95º | 0.54% | 0.55% | - |
| HSV(B) | 1.95º | 0.61% | 0.79% | - |
| XYZ | 28.86 | 19.31 | 9.6 | - |
| YUV | 118.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 79 | 0 | 0.59 | 0.61 | 0.21 | 1.95 | 0.54 | 0.55 |
| Hex | CA | 53 | 4F | 0 | 3B | 3D | 15 | 2 | 36 | 37 |
| Octal | 312 | 123 | 117 | 0 | 73 | 75 | 25 | 2 | 66 | 67 |
| Binary | 11001010 | 1010011 | 1001111 | 0 | 111011 | 111101 | 10101 | 10 | 110110 | 110111 |
Color Harmonies of #CA534F
Complementary color
Monochromatic Colors of #CA534F
Black with #CA534F
Text Example
Text Example
White with #CA534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA534F; }
p { color: rgb(202,83,79); }
H1.HeaderClassName
{
color: #CA534F;
}
.AnyTagClassName
{
color: #CA534F;
}
</style>
background-color css
<style>
a { background-color: #CA534F; }
a { background-color: rgb(202,83,79); }
div.DivClassName
{
background-color: #CA534F;
}
.BgClassName
{
background-color: #CA534F;
}
</style>
border-color css
<style>
span { border-color: #CA534F; }
span { border-color: rgb(202,83,79); }
td.TdClassName
{
border-color: #CA534F;
}
.TagClassName
{
border-color: #CA534F;
}
</style>