Shades of Fuzzy Wuzzy Brown #C05E5E
Tints of Fuzzy Wuzzy Brown #C05E5E
RGB
CMYK
RGB Variations
Color information
#C05E5E (or 0xC05E5E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5E and 5E. RGB value is (192,94,94). Sum of RGB (Red+Green+Blue) = 192+94+94=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E5E is #3FA1A1. Grayscale: #7B7B7B. Windows color (decimal): -4170146 or 6184640. OLE color: 6184640.
HSL color Cylindrical-coordinate representation of color #C05E5E: hue angle of 0º 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 #C05E5E is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 94 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.25 |
| HSL | 0º | 0.44% | 0.56% | - |
| HSV(B) | 0º | 0.51% | 0.75% | - |
| XYZ | 27.76 | 20.02 | 12.99 | - |
| YUV | 123.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 94 | 0 | 0.51 | 0.51 | 0.25 | 0 | 0.44 | 0.56 |
| Hex | C0 | 5E | 5E | 0 | 33 | 33 | 19 | 0 | 2C | 38 |
| Octal | 300 | 136 | 136 | 0 | 63 | 63 | 31 | 0 | 54 | 70 |
| Binary | 11000000 | 1011110 | 1011110 | 0 | 110011 | 110011 | 11001 | 0 | 101100 | 111000 |
Color Harmonies of #C05E5E
Complementary color
Monochromatic Colors of #C05E5E
Black with #C05E5E
Text Example
Text Example
White with #C05E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E5E; }
p { color: rgb(192,94,94); }
H1.HeaderClassName
{
color: #C05E5E;
}
.AnyTagClassName
{
color: #C05E5E;
}
</style>
background-color css
<style>
a { background-color: #C05E5E; }
a { background-color: rgb(192,94,94); }
div.DivClassName
{
background-color: #C05E5E;
}
.BgClassName
{
background-color: #C05E5E;
}
</style>
border-color css
<style>
span { border-color: #C05E5E; }
span { border-color: rgb(192,94,94); }
td.TdClassName
{
border-color: #C05E5E;
}
.TagClassName
{
border-color: #C05E5E;
}
</style>