Shades of Fuzzy Wuzzy Brown #C05A51
Tints of Fuzzy Wuzzy Brown #C05A51
RGB
CMYK
RGB Variations
Color information
#C05A51 (or 0xC05A51) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 51. RGB value is (192,90,81). Sum of RGB (Red+Green+Blue) = 192+90+81=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A51 is #3FA5AE. Grayscale: #777777. Windows color (decimal): -4171183 or 5331648. OLE color: 5331648.
HSL color Cylindrical-coordinate representation of color #C05A51: hue angle of 4.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05A51 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 81 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.25 |
| HSL | 4.86º | 0.47% | 0.54% | - |
| HSV(B) | 4.86º | 0.58% | 0.75% | - |
| XYZ | 26.88 | 19.11 | 10.06 | - |
| YUV | 119.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 81 | 0 | 0.53 | 0.58 | 0.25 | 4.86 | 0.47 | 0.54 |
| Hex | C0 | 5A | 51 | 0 | 35 | 3A | 19 | 5 | 2F | 36 |
| Octal | 300 | 132 | 121 | 0 | 65 | 72 | 31 | 5 | 57 | 66 |
| Binary | 11000000 | 1011010 | 1010001 | 0 | 110101 | 111010 | 11001 | 101 | 101111 | 110110 |
Color Harmonies of #C05A51
Complementary color
Monochromatic Colors of #C05A51
Black with #C05A51
Text Example
Text Example
White with #C05A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A51; }
p { color: rgb(192,90,81); }
H1.HeaderClassName
{
color: #C05A51;
}
.AnyTagClassName
{
color: #C05A51;
}
</style>
background-color css
<style>
a { background-color: #C05A51; }
a { background-color: rgb(192,90,81); }
div.DivClassName
{
background-color: #C05A51;
}
.BgClassName
{
background-color: #C05A51;
}
</style>
border-color css
<style>
span { border-color: #C05A51; }
span { border-color: rgb(192,90,81); }
td.TdClassName
{
border-color: #C05A51;
}
.TagClassName
{
border-color: #C05A51;
}
</style>