Shades of Fuzzy Wuzzy Brown #C35A54
Tints of Fuzzy Wuzzy Brown #C35A54
RGB
CMYK
RGB Variations
Color information
#C35A54 (or 0xC35A54) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 5A and 54. RGB value is (195,90,84). Sum of RGB (Red+Green+Blue) = 195+90+84=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A54 is #3CA5AB. Grayscale: #787878. Windows color (decimal): -3974572 or 5528259. OLE color: 5528259.
HSL color Cylindrical-coordinate representation of color #C35A54: hue angle of 3.24º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35A54 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 84 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.24 |
| HSL | 3.24º | 0.48% | 0.55% | - |
| HSV(B) | 3.24º | 0.57% | 0.76% | - |
| XYZ | 27.76 | 19.55 | 10.7 | - |
| YUV | 120.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 84 | 0 | 0.54 | 0.57 | 0.24 | 3.24 | 0.48 | 0.55 |
| Hex | C3 | 5A | 54 | 0 | 36 | 39 | 18 | 3 | 30 | 37 |
| Octal | 303 | 132 | 124 | 0 | 66 | 71 | 30 | 3 | 60 | 67 |
| Binary | 11000011 | 1011010 | 1010100 | 0 | 110110 | 111001 | 11000 | 11 | 110000 | 110111 |
Color Harmonies of #C35A54
Complementary color
Monochromatic Colors of #C35A54
Black with #C35A54
Text Example
Text Example
White with #C35A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A54; }
p { color: rgb(195,90,84); }
H1.HeaderClassName
{
color: #C35A54;
}
.AnyTagClassName
{
color: #C35A54;
}
</style>
background-color css
<style>
a { background-color: #C35A54; }
a { background-color: rgb(195,90,84); }
div.DivClassName
{
background-color: #C35A54;
}
.BgClassName
{
background-color: #C35A54;
}
</style>
border-color css
<style>
span { border-color: #C35A54; }
span { border-color: rgb(195,90,84); }
td.TdClassName
{
border-color: #C35A54;
}
.TagClassName
{
border-color: #C35A54;
}
</style>