Shades of Fuzzy Wuzzy Brown #C85A58
Tints of Fuzzy Wuzzy Brown #C85A58
RGB
CMYK
RGB Variations
Color information
#C85A58 (or 0xC85A58) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 5A and 58. RGB value is (200,90,88). Sum of RGB (Red+Green+Blue) = 200+90+88=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A58 is #37A5A7. Grayscale: #7A7A7A. Windows color (decimal): -3646888 or 5790408. OLE color: 5790408.
HSL color Cylindrical-coordinate representation of color #C85A58: hue angle of 1.07º degrees, saturation: 0.5, 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 #C85A58 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 88 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.22 |
| HSL | 1.07º | 0.5% | 0.56% | - |
| HSV(B) | 1.07º | 0.56% | 0.78% | - |
| XYZ | 29.24 | 20.3 | 11.61 | - |
| YUV | 122.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 88 | 0 | 0.55 | 0.56 | 0.22 | 1.07 | 0.5 | 0.56 |
| Hex | C8 | 5A | 58 | 0 | 37 | 38 | 16 | 1 | 32 | 38 |
| Octal | 310 | 132 | 130 | 0 | 67 | 70 | 26 | 1 | 62 | 70 |
| Binary | 11001000 | 1011010 | 1011000 | 0 | 110111 | 111000 | 10110 | 1 | 110010 | 111000 |
Color Harmonies of #C85A58
Complementary color
Monochromatic Colors of #C85A58
Black with #C85A58
Text Example
Text Example
White with #C85A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85A58; }
p { color: rgb(200,90,88); }
H1.HeaderClassName
{
color: #C85A58;
}
.AnyTagClassName
{
color: #C85A58;
}
</style>
background-color css
<style>
a { background-color: #C85A58; }
a { background-color: rgb(200,90,88); }
div.DivClassName
{
background-color: #C85A58;
}
.BgClassName
{
background-color: #C85A58;
}
</style>
border-color css
<style>
span { border-color: #C85A58; }
span { border-color: rgb(200,90,88); }
td.TdClassName
{
border-color: #C85A58;
}
.TagClassName
{
border-color: #C85A58;
}
</style>