Shades of Fuzzy Wuzzy Brown #C35551
Tints of Fuzzy Wuzzy Brown #C35551
RGB
CMYK
RGB Variations
Color information
#C35551 (or 0xC35551) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 55 and 51. RGB value is (195,85,81). Sum of RGB (Red+Green+Blue) = 195+85+81=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C35551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35551 is #3CAAAE. Grayscale: #757575. Windows color (decimal): -3975855 or 5330371. OLE color: 5330371.
HSL color Cylindrical-coordinate representation of color #C35551: hue angle of 2.11º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35551 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 81 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.24 |
| HSL | 2.11º | 0.49% | 0.54% | - |
| HSV(B) | 2.11º | 0.58% | 0.76% | - |
| XYZ | 27.24 | 18.69 | 9.96 | - |
| YUV | 117.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 81 | 0 | 0.56 | 0.58 | 0.24 | 2.11 | 0.49 | 0.54 |
| Hex | C3 | 55 | 51 | 0 | 38 | 3A | 18 | 2 | 31 | 36 |
| Octal | 303 | 125 | 121 | 0 | 70 | 72 | 30 | 2 | 61 | 66 |
| Binary | 11000011 | 1010101 | 1010001 | 0 | 111000 | 111010 | 11000 | 10 | 110001 | 110110 |
Color Harmonies of #C35551
Complementary color
Monochromatic Colors of #C35551
Black with #C35551
Text Example
Text Example
White with #C35551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35551; }
p { color: rgb(195,85,81); }
H1.HeaderClassName
{
color: #C35551;
}
.AnyTagClassName
{
color: #C35551;
}
</style>
background-color css
<style>
a { background-color: #C35551; }
a { background-color: rgb(195,85,81); }
div.DivClassName
{
background-color: #C35551;
}
.BgClassName
{
background-color: #C35551;
}
</style>
border-color css
<style>
span { border-color: #C35551; }
span { border-color: rgb(195,85,81); }
td.TdClassName
{
border-color: #C35551;
}
.TagClassName
{
border-color: #C35551;
}
</style>