Shades of Fuzzy Wuzzy Brown #C85752
Tints of Fuzzy Wuzzy Brown #C85752
RGB
CMYK
RGB Variations
Color information
#C85752 (or 0xC85752) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 57 and 52. RGB value is (200,87,82). Sum of RGB (Red+Green+Blue) = 200+87+82=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C85752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85752 is #37A8AD. Grayscale: #787878. Windows color (decimal): -3647662 or 5396424. OLE color: 5396424.
HSL color Cylindrical-coordinate representation of color #C85752: hue angle of 2.54º 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 #C85752 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 82 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.22 |
| HSL | 2.54º | 0.52% | 0.55% | - |
| HSV(B) | 2.54º | 0.59% | 0.78% | - |
| XYZ | 28.75 | 19.7 | 10.27 | - |
| YUV | 120.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 82 | 0 | 0.56 | 0.59 | 0.22 | 2.54 | 0.52 | 0.55 |
| Hex | C8 | 57 | 52 | 0 | 38 | 3B | 16 | 3 | 34 | 37 |
| Octal | 310 | 127 | 122 | 0 | 70 | 73 | 26 | 3 | 64 | 67 |
| Binary | 11001000 | 1010111 | 1010010 | 0 | 111000 | 111011 | 10110 | 11 | 110100 | 110111 |
Color Harmonies of #C85752
Complementary color
Monochromatic Colors of #C85752
Black with #C85752
Text Example
Text Example
White with #C85752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85752; }
p { color: rgb(200,87,82); }
H1.HeaderClassName
{
color: #C85752;
}
.AnyTagClassName
{
color: #C85752;
}
</style>
background-color css
<style>
a { background-color: #C85752; }
a { background-color: rgb(200,87,82); }
div.DivClassName
{
background-color: #C85752;
}
.BgClassName
{
background-color: #C85752;
}
</style>
border-color css
<style>
span { border-color: #C85752; }
span { border-color: rgb(200,87,82); }
td.TdClassName
{
border-color: #C85752;
}
.TagClassName
{
border-color: #C85752;
}
</style>