Shades of Fuzzy Wuzzy Brown #C85550
Tints of Fuzzy Wuzzy Brown #C85550
RGB
CMYK
RGB Variations
Color information
#C85550 (or 0xC85550) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 55 and 50. RGB value is (200,85,80). Sum of RGB (Red+Green+Blue) = 200+85+80=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C85550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85550 is #37AAAF. Grayscale: #767676. Windows color (decimal): -3648176 or 5264840. OLE color: 5264840.
HSL color Cylindrical-coordinate representation of color #C85550: hue angle of 2.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85550 is Cyan = 0, Magento = 0.58, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 80 | - |
| CMYK | 0 | 0.58 | 0.6 | 0.22 |
| HSL | 2.5º | 0.52% | 0.55% | - |
| HSV(B) | 2.5º | 0.6% | 0.78% | - |
| XYZ | 28.52 | 19.36 | 9.82 | - |
| YUV | 118.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 80 | 0 | 0.58 | 0.6 | 0.22 | 2.5 | 0.52 | 0.55 |
| Hex | C8 | 55 | 50 | 0 | 3A | 3C | 16 | 2 | 34 | 37 |
| Octal | 310 | 125 | 120 | 0 | 72 | 74 | 26 | 2 | 64 | 67 |
| Binary | 11001000 | 1010101 | 1010000 | 0 | 111010 | 111100 | 10110 | 10 | 110100 | 110111 |
Color Harmonies of #C85550
Complementary color
Monochromatic Colors of #C85550
Black with #C85550
Text Example
Text Example
White with #C85550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85550; }
p { color: rgb(200,85,80); }
H1.HeaderClassName
{
color: #C85550;
}
.AnyTagClassName
{
color: #C85550;
}
</style>
background-color css
<style>
a { background-color: #C85550; }
a { background-color: rgb(200,85,80); }
div.DivClassName
{
background-color: #C85550;
}
.BgClassName
{
background-color: #C85550;
}
</style>
border-color css
<style>
span { border-color: #C85550; }
span { border-color: rgb(200,85,80); }
td.TdClassName
{
border-color: #C85550;
}
.TagClassName
{
border-color: #C85550;
}
</style>