Shades of Fuzzy Wuzzy Brown #C05751
Tints of Fuzzy Wuzzy Brown #C05751
RGB
CMYK
RGB Variations
Color information
#C05751 (or 0xC05751) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 57 and 51. RGB value is (192,87,81). Sum of RGB (Red+Green+Blue) = 192+87+81=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05751 is #3FA8AE. Grayscale: #757575. Windows color (decimal): -4171951 or 5330880. OLE color: 5330880.
HSL color Cylindrical-coordinate representation of color #C05751: hue angle of 3.24º 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 #C05751 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 81 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.25 |
| HSL | 3.24º | 0.47% | 0.54% | - |
| HSV(B) | 3.24º | 0.58% | 0.75% | - |
| XYZ | 26.63 | 18.62 | 9.97 | - |
| YUV | 117.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 81 | 0 | 0.55 | 0.58 | 0.25 | 3.24 | 0.47 | 0.54 |
| Hex | C0 | 57 | 51 | 0 | 37 | 3A | 19 | 3 | 2F | 36 |
| Octal | 300 | 127 | 121 | 0 | 67 | 72 | 31 | 3 | 57 | 66 |
| Binary | 11000000 | 1010111 | 1010001 | 0 | 110111 | 111010 | 11001 | 11 | 101111 | 110110 |
Color Harmonies of #C05751
Complementary color
Monochromatic Colors of #C05751
Black with #C05751
Text Example
Text Example
White with #C05751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05751; }
p { color: rgb(192,87,81); }
H1.HeaderClassName
{
color: #C05751;
}
.AnyTagClassName
{
color: #C05751;
}
</style>
background-color css
<style>
a { background-color: #C05751; }
a { background-color: rgb(192,87,81); }
div.DivClassName
{
background-color: #C05751;
}
.BgClassName
{
background-color: #C05751;
}
</style>
border-color css
<style>
span { border-color: #C05751; }
span { border-color: rgb(192,87,81); }
td.TdClassName
{
border-color: #C05751;
}
.TagClassName
{
border-color: #C05751;
}
</style>