Shades of Fuzzy Wuzzy Brown #C35C58
Tints of Fuzzy Wuzzy Brown #C35C58
RGB
CMYK
RGB Variations
Color information
#C35C58 (or 0xC35C58) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 5C and 58. RGB value is (195,92,88). Sum of RGB (Red+Green+Blue) = 195+92+88=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C58 is #3CA3A7. Grayscale: #7A7A7A. Windows color (decimal): -3974056 or 5790915. OLE color: 5790915.
HSL color Cylindrical-coordinate representation of color #C35C58: hue angle of 2.24º 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 #C35C58 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 88 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.24 |
| HSL | 2.24º | 0.47% | 0.55% | - |
| HSV(B) | 2.24º | 0.55% | 0.76% | - |
| XYZ | 28.09 | 19.96 | 11.6 | - |
| YUV | 122.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 88 | 0 | 0.53 | 0.55 | 0.24 | 2.24 | 0.47 | 0.55 |
| Hex | C3 | 5C | 58 | 0 | 35 | 37 | 18 | 2 | 2F | 37 |
| Octal | 303 | 134 | 130 | 0 | 65 | 67 | 30 | 2 | 57 | 67 |
| Binary | 11000011 | 1011100 | 1011000 | 0 | 110101 | 110111 | 11000 | 10 | 101111 | 110111 |
Color Harmonies of #C35C58
Complementary color
Monochromatic Colors of #C35C58
Black with #C35C58
Text Example
Text Example
White with #C35C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C58; }
p { color: rgb(195,92,88); }
H1.HeaderClassName
{
color: #C35C58;
}
.AnyTagClassName
{
color: #C35C58;
}
</style>
background-color css
<style>
a { background-color: #C35C58; }
a { background-color: rgb(195,92,88); }
div.DivClassName
{
background-color: #C35C58;
}
.BgClassName
{
background-color: #C35C58;
}
</style>
border-color css
<style>
span { border-color: #C35C58; }
span { border-color: rgb(195,92,88); }
td.TdClassName
{
border-color: #C35C58;
}
.TagClassName
{
border-color: #C35C58;
}
</style>