Shades of Fuzzy Wuzzy Brown #C05C56
Tints of Fuzzy Wuzzy Brown #C05C56
RGB
CMYK
RGB Variations
Color information
#C05C56 (or 0xC05C56) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5C and 56. RGB value is (192,92,86). Sum of RGB (Red+Green+Blue) = 192+92+86=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C56 is #3FA3A9. Grayscale: #797979. Windows color (decimal): -4170666 or 5659840. OLE color: 5659840.
HSL color Cylindrical-coordinate representation of color #C05C56: hue angle of 3.4º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05C56 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 86 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.25 |
| HSL | 3.4º | 0.46% | 0.55% | - |
| HSV(B) | 3.4º | 0.55% | 0.75% | - |
| XYZ | 27.25 | 19.53 | 11.14 | - |
| YUV | 121.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 86 | 0 | 0.52 | 0.55 | 0.25 | 3.4 | 0.46 | 0.55 |
| Hex | C0 | 5C | 56 | 0 | 34 | 37 | 19 | 3 | 2E | 37 |
| Octal | 300 | 134 | 126 | 0 | 64 | 67 | 31 | 3 | 56 | 67 |
| Binary | 11000000 | 1011100 | 1010110 | 0 | 110100 | 110111 | 11001 | 11 | 101110 | 110111 |
Color Harmonies of #C05C56
Complementary color
Monochromatic Colors of #C05C56
Black with #C05C56
Text Example
Text Example
White with #C05C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C56; }
p { color: rgb(192,92,86); }
H1.HeaderClassName
{
color: #C05C56;
}
.AnyTagClassName
{
color: #C05C56;
}
</style>
background-color css
<style>
a { background-color: #C05C56; }
a { background-color: rgb(192,92,86); }
div.DivClassName
{
background-color: #C05C56;
}
.BgClassName
{
background-color: #C05C56;
}
</style>
border-color css
<style>
span { border-color: #C05C56; }
span { border-color: rgb(192,92,86); }
td.TdClassName
{
border-color: #C05C56;
}
.TagClassName
{
border-color: #C05C56;
}
</style>