Shades of Fuzzy Wuzzy Brown #C05F5E
Tints of Fuzzy Wuzzy Brown #C05F5E
RGB
CMYK
RGB Variations
Color information
#C05F5E (or 0xC05F5E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5F and 5E. RGB value is (192,95,94). Sum of RGB (Red+Green+Blue) = 192+95+94=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F5E is #3FA0A1. Grayscale: #7B7B7B. Windows color (decimal): -4169890 or 6184896. OLE color: 6184896.
HSL color Cylindrical-coordinate representation of color #C05F5E: hue angle of 0.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F5E is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 94 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.25 |
| HSL | 0.61º | 0.44% | 0.56% | - |
| HSV(B) | 0.61º | 0.51% | 0.75% | - |
| XYZ | 27.85 | 20.2 | 13.02 | - |
| YUV | 123.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 94 | 0 | 0.51 | 0.51 | 0.25 | 0.61 | 0.44 | 0.56 |
| Hex | C0 | 5F | 5E | 0 | 33 | 33 | 19 | 1 | 2C | 38 |
| Octal | 300 | 137 | 136 | 0 | 63 | 63 | 31 | 1 | 54 | 70 |
| Binary | 11000000 | 1011111 | 1011110 | 0 | 110011 | 110011 | 11001 | 1 | 101100 | 111000 |
Color Harmonies of #C05F5E
Complementary color
Monochromatic Colors of #C05F5E
Black with #C05F5E
Text Example
Text Example
White with #C05F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F5E; }
p { color: rgb(192,95,94); }
H1.HeaderClassName
{
color: #C05F5E;
}
.AnyTagClassName
{
color: #C05F5E;
}
</style>
background-color css
<style>
a { background-color: #C05F5E; }
a { background-color: rgb(192,95,94); }
div.DivClassName
{
background-color: #C05F5E;
}
.BgClassName
{
background-color: #C05F5E;
}
</style>
border-color css
<style>
span { border-color: #C05F5E; }
span { border-color: rgb(192,95,94); }
td.TdClassName
{
border-color: #C05F5E;
}
.TagClassName
{
border-color: #C05F5E;
}
</style>