Shades of Fuzzy Wuzzy Brown #C85353
Tints of Fuzzy Wuzzy Brown #C85353
RGB
CMYK
RGB Variations
Color information
#C85353 (or 0xC85353) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 53 and 53. RGB value is (200,83,83). Sum of RGB (Red+Green+Blue) = 200+83+83=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C85353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85353 is #37ACAC. Grayscale: #767676. Windows color (decimal): -3648685 or 5460936. OLE color: 5460936.
HSL color Cylindrical-coordinate representation of color #C85353: hue angle of 0º 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 #C85353 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 83 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.22 |
| HSL | 0º | 0.52% | 0.55% | - |
| HSV(B) | 0º | 0.59% | 0.78% | - |
| XYZ | 28.47 | 19.09 | 10.37 | - |
| YUV | 117.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 83 | 0 | 0.58 | 0.58 | 0.22 | 0 | 0.52 | 0.55 |
| Hex | C8 | 53 | 53 | 0 | 3A | 3A | 16 | 0 | 34 | 37 |
| Octal | 310 | 123 | 123 | 0 | 72 | 72 | 26 | 0 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1010011 | 0 | 111010 | 111010 | 10110 | 0 | 110100 | 110111 |
Color Harmonies of #C85353
Complementary color
Monochromatic Colors of #C85353
Black with #C85353
Text Example
Text Example
White with #C85353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85353; }
p { color: rgb(200,83,83); }
H1.HeaderClassName
{
color: #C85353;
}
.AnyTagClassName
{
color: #C85353;
}
</style>
background-color css
<style>
a { background-color: #C85353; }
a { background-color: rgb(200,83,83); }
div.DivClassName
{
background-color: #C85353;
}
.BgClassName
{
background-color: #C85353;
}
</style>
border-color css
<style>
span { border-color: #C85353; }
span { border-color: rgb(200,83,83); }
td.TdClassName
{
border-color: #C85353;
}
.TagClassName
{
border-color: #C85353;
}
</style>