Shades of Fuzzy Wuzzy Brown #C05851
Tints of Fuzzy Wuzzy Brown #C05851
RGB
CMYK
RGB Variations
Color information
#C05851 (or 0xC05851) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 58 and 51. RGB value is (192,88,81). Sum of RGB (Red+Green+Blue) = 192+88+81=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05851 is #3FA7AE. Grayscale: #767676. Windows color (decimal): -4171695 or 5331136. OLE color: 5331136.
HSL color Cylindrical-coordinate representation of color #C05851: hue angle of 3.78º 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 #C05851 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 81 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.25 |
| HSL | 3.78º | 0.47% | 0.54% | - |
| HSV(B) | 3.78º | 0.58% | 0.75% | - |
| XYZ | 26.71 | 18.78 | 10 | - |
| YUV | 118.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 81 | 0 | 0.54 | 0.58 | 0.25 | 3.78 | 0.47 | 0.54 |
| Hex | C0 | 58 | 51 | 0 | 36 | 3A | 19 | 4 | 2F | 36 |
| Octal | 300 | 130 | 121 | 0 | 66 | 72 | 31 | 4 | 57 | 66 |
| Binary | 11000000 | 1011000 | 1010001 | 0 | 110110 | 111010 | 11001 | 100 | 101111 | 110110 |
Color Harmonies of #C05851
Complementary color
Monochromatic Colors of #C05851
Black with #C05851
Text Example
Text Example
White with #C05851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05851; }
p { color: rgb(192,88,81); }
H1.HeaderClassName
{
color: #C05851;
}
.AnyTagClassName
{
color: #C05851;
}
</style>
background-color css
<style>
a { background-color: #C05851; }
a { background-color: rgb(192,88,81); }
div.DivClassName
{
background-color: #C05851;
}
.BgClassName
{
background-color: #C05851;
}
</style>
border-color css
<style>
span { border-color: #C05851; }
span { border-color: rgb(192,88,81); }
td.TdClassName
{
border-color: #C05851;
}
.TagClassName
{
border-color: #C05851;
}
</style>