Shades of Fuzzy Wuzzy Brown #C05955
Tints of Fuzzy Wuzzy Brown #C05955
RGB
CMYK
RGB Variations
Color information
#C05955 (or 0xC05955) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 59 and 55. RGB value is (192,89,85). Sum of RGB (Red+Green+Blue) = 192+89+85=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C05955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05955 is #3FA6AA. Grayscale: #777777. Windows color (decimal): -4171435 or 5593536. OLE color: 5593536.
HSL color Cylindrical-coordinate representation of color #C05955: hue angle of 2.24º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05955 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 85 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.25 |
| HSL | 2.24º | 0.46% | 0.54% | - |
| HSV(B) | 2.24º | 0.56% | 0.75% | - |
| XYZ | 26.95 | 19.01 | 10.84 | - |
| YUV | 119.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 85 | 0 | 0.54 | 0.56 | 0.25 | 2.24 | 0.46 | 0.54 |
| Hex | C0 | 59 | 55 | 0 | 36 | 38 | 19 | 2 | 2E | 36 |
| Octal | 300 | 131 | 125 | 0 | 66 | 70 | 31 | 2 | 56 | 66 |
| Binary | 11000000 | 1011001 | 1010101 | 0 | 110110 | 111000 | 11001 | 10 | 101110 | 110110 |
Color Harmonies of #C05955
Complementary color
Monochromatic Colors of #C05955
Black with #C05955
Text Example
Text Example
White with #C05955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05955; }
p { color: rgb(192,89,85); }
H1.HeaderClassName
{
color: #C05955;
}
.AnyTagClassName
{
color: #C05955;
}
</style>
background-color css
<style>
a { background-color: #C05955; }
a { background-color: rgb(192,89,85); }
div.DivClassName
{
background-color: #C05955;
}
.BgClassName
{
background-color: #C05955;
}
</style>
border-color css
<style>
span { border-color: #C05955; }
span { border-color: rgb(192,89,85); }
td.TdClassName
{
border-color: #C05955;
}
.TagClassName
{
border-color: #C05955;
}
</style>