Shades of Fuzzy Wuzzy Brown #C35A58
Tints of Fuzzy Wuzzy Brown #C35A58
RGB
CMYK
RGB Variations
Color information
#C35A58 (or 0xC35A58) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 5A and 58. RGB value is (195,90,88). Sum of RGB (Red+Green+Blue) = 195+90+88=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A58 is #3CA5A7. Grayscale: #797979. Windows color (decimal): -3974568 or 5790403. OLE color: 5790403.
HSL color Cylindrical-coordinate representation of color #C35A58: hue angle of 1.12º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35A58 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 88 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.24 |
| HSL | 1.12º | 0.47% | 0.55% | - |
| HSV(B) | 1.12º | 0.55% | 0.76% | - |
| XYZ | 27.92 | 19.62 | 11.55 | - |
| YUV | 121.17 | 109.29 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 88 | 0 | 0.54 | 0.55 | 0.24 | 1.12 | 0.47 | 0.55 |
| Hex | C3 | 5A | 58 | 0 | 36 | 37 | 18 | 1 | 2F | 37 |
| Octal | 303 | 132 | 130 | 0 | 66 | 67 | 30 | 1 | 57 | 67 |
| Binary | 11000011 | 1011010 | 1011000 | 0 | 110110 | 110111 | 11000 | 1 | 101111 | 110111 |
Color Harmonies of #C35A58
Complementary color
Monochromatic Colors of #C35A58
Black with #C35A58
Text Example
Text Example
White with #C35A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A58; }
p { color: rgb(195,90,88); }
H1.HeaderClassName
{
color: #C35A58;
}
.AnyTagClassName
{
color: #C35A58;
}
</style>
background-color css
<style>
a { background-color: #C35A58; }
a { background-color: rgb(195,90,88); }
div.DivClassName
{
background-color: #C35A58;
}
.BgClassName
{
background-color: #C35A58;
}
</style>
border-color css
<style>
span { border-color: #C35A58; }
span { border-color: rgb(195,90,88); }
td.TdClassName
{
border-color: #C35A58;
}
.TagClassName
{
border-color: #C35A58;
}
</style>