Shades of Fuzzy Wuzzy Brown #C85851
Tints of Fuzzy Wuzzy Brown #C85851
RGB
CMYK
RGB Variations
Color information
#C85851 (or 0xC85851) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 58 and 51. RGB value is (200,88,81). Sum of RGB (Red+Green+Blue) = 200+88+81=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C85851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85851 is #37A7AE. Grayscale: #787878. Windows color (decimal): -3647407 or 5331144. OLE color: 5331144.
HSL color Cylindrical-coordinate representation of color #C85851: hue angle of 3.53º 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 #C85851 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 81 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.22 |
| HSL | 3.53º | 0.52% | 0.55% | - |
| HSV(B) | 3.53º | 0.6% | 0.78% | - |
| XYZ | 28.79 | 19.85 | 10.1 | - |
| YUV | 120.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 81 | 0 | 0.56 | 0.59 | 0.22 | 3.53 | 0.52 | 0.55 |
| Hex | C8 | 58 | 51 | 0 | 38 | 3B | 16 | 4 | 34 | 37 |
| Octal | 310 | 130 | 121 | 0 | 70 | 73 | 26 | 4 | 64 | 67 |
| Binary | 11001000 | 1011000 | 1010001 | 0 | 111000 | 111011 | 10110 | 100 | 110100 | 110111 |
Color Harmonies of #C85851
Complementary color
Monochromatic Colors of #C85851
Black with #C85851
Text Example
Text Example
White with #C85851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85851; }
p { color: rgb(200,88,81); }
H1.HeaderClassName
{
color: #C85851;
}
.AnyTagClassName
{
color: #C85851;
}
</style>
background-color css
<style>
a { background-color: #C85851; }
a { background-color: rgb(200,88,81); }
div.DivClassName
{
background-color: #C85851;
}
.BgClassName
{
background-color: #C85851;
}
</style>
border-color css
<style>
span { border-color: #C85851; }
span { border-color: rgb(200,88,81); }
td.TdClassName
{
border-color: #C85851;
}
.TagClassName
{
border-color: #C85851;
}
</style>