Shades of Fuzzy Wuzzy Brown #C05E5C
Tints of Fuzzy Wuzzy Brown #C05E5C
RGB
CMYK
RGB Variations
Color information
#C05E5C (or 0xC05E5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5E and 5C. RGB value is (192,94,92). Sum of RGB (Red+Green+Blue) = 192+94+92=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E5C is #3FA1A3. Grayscale: #7B7B7B. Windows color (decimal): -4170148 or 6053568. OLE color: 6053568.
HSL color Cylindrical-coordinate representation of color #C05E5C: hue angle of 1.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05E5C is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 92 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.25 |
| HSL | 1.2º | 0.44% | 0.56% | - |
| HSV(B) | 1.2º | 0.52% | 0.75% | - |
| XYZ | 27.67 | 19.98 | 12.52 | - |
| YUV | 123.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 92 | 0 | 0.51 | 0.52 | 0.25 | 1.2 | 0.44 | 0.56 |
| Hex | C0 | 5E | 5C | 0 | 33 | 34 | 19 | 1 | 2C | 38 |
| Octal | 300 | 136 | 134 | 0 | 63 | 64 | 31 | 1 | 54 | 70 |
| Binary | 11000000 | 1011110 | 1011100 | 0 | 110011 | 110100 | 11001 | 1 | 101100 | 111000 |
Color Harmonies of #C05E5C
Complementary color
Monochromatic Colors of #C05E5C
Black with #C05E5C
Text Example
Text Example
White with #C05E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E5C; }
p { color: rgb(192,94,92); }
H1.HeaderClassName
{
color: #C05E5C;
}
.AnyTagClassName
{
color: #C05E5C;
}
</style>
background-color css
<style>
a { background-color: #C05E5C; }
a { background-color: rgb(192,94,92); }
div.DivClassName
{
background-color: #C05E5C;
}
.BgClassName
{
background-color: #C05E5C;
}
</style>
border-color css
<style>
span { border-color: #C05E5C; }
span { border-color: rgb(192,94,92); }
td.TdClassName
{
border-color: #C05E5C;
}
.TagClassName
{
border-color: #C05E5C;
}
</style>