Shades of Fuzzy Wuzzy Brown #C35450
Tints of Fuzzy Wuzzy Brown #C35450
RGB
CMYK
RGB Variations
Color information
#C35450 (or 0xC35450) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 54 and 50. RGB value is (195,84,80). Sum of RGB (Red+Green+Blue) = 195+84+80=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C35450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35450 is #3CABAF. Grayscale: #747474. Windows color (decimal): -3976112 or 5264579. OLE color: 5264579.
HSL color Cylindrical-coordinate representation of color #C35450: hue angle of 2.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C35450 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 80 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.24 |
| HSL | 2.09º | 0.49% | 0.54% | - |
| HSV(B) | 2.09º | 0.59% | 0.76% | - |
| XYZ | 27.12 | 18.52 | 9.73 | - |
| YUV | 116.73 | 107.27 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 80 | 0 | 0.57 | 0.59 | 0.24 | 2.09 | 0.49 | 0.54 |
| Hex | C3 | 54 | 50 | 0 | 39 | 3B | 18 | 2 | 31 | 36 |
| Octal | 303 | 124 | 120 | 0 | 71 | 73 | 30 | 2 | 61 | 66 |
| Binary | 11000011 | 1010100 | 1010000 | 0 | 111001 | 111011 | 11000 | 10 | 110001 | 110110 |
Color Harmonies of #C35450
Complementary color
Monochromatic Colors of #C35450
Black with #C35450
Text Example
Text Example
White with #C35450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35450; }
p { color: rgb(195,84,80); }
H1.HeaderClassName
{
color: #C35450;
}
.AnyTagClassName
{
color: #C35450;
}
</style>
background-color css
<style>
a { background-color: #C35450; }
a { background-color: rgb(195,84,80); }
div.DivClassName
{
background-color: #C35450;
}
.BgClassName
{
background-color: #C35450;
}
</style>
border-color css
<style>
span { border-color: #C35450; }
span { border-color: rgb(195,84,80); }
td.TdClassName
{
border-color: #C35450;
}
.TagClassName
{
border-color: #C35450;
}
</style>