Shades of Fuzzy Wuzzy Brown #C85853
Tints of Fuzzy Wuzzy Brown #C85853
RGB
CMYK
RGB Variations
Color information
#C85853 (or 0xC85853) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 58 and 53. RGB value is (200,88,83). Sum of RGB (Red+Green+Blue) = 200+88+83=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85853 is #37A7AC. Grayscale: #797979. Windows color (decimal): -3647405 or 5462216. OLE color: 5462216.
HSL color Cylindrical-coordinate representation of color #C85853: hue angle of 2.56º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85853 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 83 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.22 |
| HSL | 2.56º | 0.52% | 0.55% | - |
| HSV(B) | 2.56º | 0.59% | 0.78% | - |
| XYZ | 28.87 | 19.88 | 10.5 | - |
| YUV | 120.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 83 | 0 | 0.56 | 0.58 | 0.22 | 2.56 | 0.52 | 0.55 |
| Hex | C8 | 58 | 53 | 0 | 38 | 3A | 16 | 3 | 34 | 37 |
| Octal | 310 | 130 | 123 | 0 | 70 | 72 | 26 | 3 | 64 | 67 |
| Binary | 11001000 | 1011000 | 1010011 | 0 | 111000 | 111010 | 10110 | 11 | 110100 | 110111 |
Color Harmonies of #C85853
Complementary color
Monochromatic Colors of #C85853
Black with #C85853
Text Example
Text Example
White with #C85853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85853; }
p { color: rgb(200,88,83); }
H1.HeaderClassName
{
color: #C85853;
}
.AnyTagClassName
{
color: #C85853;
}
</style>
background-color css
<style>
a { background-color: #C85853; }
a { background-color: rgb(200,88,83); }
div.DivClassName
{
background-color: #C85853;
}
.BgClassName
{
background-color: #C85853;
}
</style>
border-color css
<style>
span { border-color: #C85853; }
span { border-color: rgb(200,88,83); }
td.TdClassName
{
border-color: #C85853;
}
.TagClassName
{
border-color: #C85853;
}
</style>