Shades of Fuzzy Wuzzy Brown #C85250
Tints of Fuzzy Wuzzy Brown #C85250
RGB
CMYK
RGB Variations
Color information
#C85250 (or 0xC85250) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 52 and 50. RGB value is (200,82,80). Sum of RGB (Red+Green+Blue) = 200+82+80=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C85250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85250 is #37ADAF. Grayscale: #757575. Windows color (decimal): -3648944 or 5264072. OLE color: 5264072.
HSL color Cylindrical-coordinate representation of color #C85250: hue angle of 1º 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 #C85250 is Cyan = 0, Magento = 0.59, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 80 | - |
| CMYK | 0 | 0.59 | 0.6 | 0.22 |
| HSL | 1º | 0.52% | 0.55% | - |
| HSV(B) | 1º | 0.6% | 0.78% | - |
| XYZ | 28.28 | 18.89 | 9.75 | - |
| YUV | 117.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 80 | 0 | 0.59 | 0.6 | 0.22 | 1 | 0.52 | 0.55 |
| Hex | C8 | 52 | 50 | 0 | 3B | 3C | 16 | 1 | 34 | 37 |
| Octal | 310 | 122 | 120 | 0 | 73 | 74 | 26 | 1 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1010000 | 0 | 111011 | 111100 | 10110 | 1 | 110100 | 110111 |
Color Harmonies of #C85250
Complementary color
Monochromatic Colors of #C85250
Black with #C85250
Text Example
Text Example
White with #C85250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85250; }
p { color: rgb(200,82,80); }
H1.HeaderClassName
{
color: #C85250;
}
.AnyTagClassName
{
color: #C85250;
}
</style>
background-color css
<style>
a { background-color: #C85250; }
a { background-color: rgb(200,82,80); }
div.DivClassName
{
background-color: #C85250;
}
.BgClassName
{
background-color: #C85250;
}
</style>
border-color css
<style>
span { border-color: #C85250; }
span { border-color: rgb(200,82,80); }
td.TdClassName
{
border-color: #C85250;
}
.TagClassName
{
border-color: #C85250;
}
</style>