Shades of Fuzzy Wuzzy Brown #C85251
Tints of Fuzzy Wuzzy Brown #C85251
RGB
CMYK
RGB Variations
Color information
#C85251 (or 0xC85251) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 52 and 51. RGB value is (200,82,81). Sum of RGB (Red+Green+Blue) = 200+82+81=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C85251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85251 is #37ADAE. Grayscale: #757575. Windows color (decimal): -3648943 or 5329608. OLE color: 5329608.
HSL color Cylindrical-coordinate representation of color #C85251: hue angle of 0.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 #C85251 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 81 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.22 |
| HSL | 0.5º | 0.52% | 0.55% | - |
| HSV(B) | 0.5º | 0.6% | 0.78% | - |
| XYZ | 28.32 | 18.91 | 9.94 | - |
| YUV | 117.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 81 | 0 | 0.59 | 0.59 | 0.22 | 0.5 | 0.52 | 0.55 |
| Hex | C8 | 52 | 51 | 0 | 3B | 3B | 16 | 1 | 34 | 37 |
| Octal | 310 | 122 | 121 | 0 | 73 | 73 | 26 | 1 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1010001 | 0 | 111011 | 111011 | 10110 | 1 | 110100 | 110111 |
Color Harmonies of #C85251
Complementary color
Monochromatic Colors of #C85251
Black with #C85251
Text Example
Text Example
White with #C85251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85251; }
p { color: rgb(200,82,81); }
H1.HeaderClassName
{
color: #C85251;
}
.AnyTagClassName
{
color: #C85251;
}
</style>
background-color css
<style>
a { background-color: #C85251; }
a { background-color: rgb(200,82,81); }
div.DivClassName
{
background-color: #C85251;
}
.BgClassName
{
background-color: #C85251;
}
</style>
border-color css
<style>
span { border-color: #C85251; }
span { border-color: rgb(200,82,81); }
td.TdClassName
{
border-color: #C85251;
}
.TagClassName
{
border-color: #C85251;
}
</style>