Shades of Fuzzy Wuzzy Brown #C85A57
Tints of Fuzzy Wuzzy Brown #C85A57
RGB
CMYK
RGB Variations
Color information
#C85A57 (or 0xC85A57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 5A and 57. RGB value is (200,90,87). Sum of RGB (Red+Green+Blue) = 200+90+87=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A57 is #37A5A8. Grayscale: #7A7A7A. Windows color (decimal): -3646889 or 5724872. OLE color: 5724872.
HSL color Cylindrical-coordinate representation of color #C85A57: hue angle of 1.59º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85A57 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 87 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.22 |
| HSL | 1.59º | 0.51% | 0.56% | - |
| HSV(B) | 1.59º | 0.57% | 0.78% | - |
| XYZ | 29.2 | 20.28 | 11.39 | - |
| YUV | 122.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 87 | 0 | 0.55 | 0.56 | 0.22 | 1.59 | 0.51 | 0.56 |
| Hex | C8 | 5A | 57 | 0 | 37 | 38 | 16 | 2 | 33 | 38 |
| Octal | 310 | 132 | 127 | 0 | 67 | 70 | 26 | 2 | 63 | 70 |
| Binary | 11001000 | 1011010 | 1010111 | 0 | 110111 | 111000 | 10110 | 10 | 110011 | 111000 |
Color Harmonies of #C85A57
Complementary color
Monochromatic Colors of #C85A57
Black with #C85A57
Text Example
Text Example
White with #C85A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A57; }
p { color: rgb(200,90,87); }
H1.HeaderClassName
{
color: #C85A57;
}
.AnyTagClassName
{
color: #C85A57;
}
</style>
background-color css
<style>
a { background-color: #C85A57; }
a { background-color: rgb(200,90,87); }
div.DivClassName
{
background-color: #C85A57;
}
.BgClassName
{
background-color: #C85A57;
}
</style>
border-color css
<style>
span { border-color: #C85A57; }
span { border-color: rgb(200,90,87); }
td.TdClassName
{
border-color: #C85A57;
}
.TagClassName
{
border-color: #C85A57;
}
</style>