Shades of Fuzzy Wuzzy Brown #C05C59
Tints of Fuzzy Wuzzy Brown #C05C59
RGB
CMYK
RGB Variations
Color information
#C05C59 (or 0xC05C59) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5C and 59. RGB value is (192,92,89). Sum of RGB (Red+Green+Blue) = 192+92+89=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C59 is #3FA3A6. Grayscale: #797979. Windows color (decimal): -4170663 or 5856448. OLE color: 5856448.
HSL color Cylindrical-coordinate representation of color #C05C59: hue angle of 1.75º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05C59 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 89 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.25 |
| HSL | 1.75º | 0.45% | 0.55% | - |
| HSV(B) | 1.75º | 0.54% | 0.75% | - |
| XYZ | 27.37 | 19.58 | 11.79 | - |
| YUV | 121.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 89 | 0 | 0.52 | 0.54 | 0.25 | 1.75 | 0.45 | 0.55 |
| Hex | C0 | 5C | 59 | 0 | 34 | 36 | 19 | 2 | 2D | 37 |
| Octal | 300 | 134 | 131 | 0 | 64 | 66 | 31 | 2 | 55 | 67 |
| Binary | 11000000 | 1011100 | 1011001 | 0 | 110100 | 110110 | 11001 | 10 | 101101 | 110111 |
Color Harmonies of #C05C59
Complementary color
Monochromatic Colors of #C05C59
Black with #C05C59
Text Example
Text Example
White with #C05C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C59; }
p { color: rgb(192,92,89); }
H1.HeaderClassName
{
color: #C05C59;
}
.AnyTagClassName
{
color: #C05C59;
}
</style>
background-color css
<style>
a { background-color: #C05C59; }
a { background-color: rgb(192,92,89); }
div.DivClassName
{
background-color: #C05C59;
}
.BgClassName
{
background-color: #C05C59;
}
</style>
border-color css
<style>
span { border-color: #C05C59; }
span { border-color: rgb(192,92,89); }
td.TdClassName
{
border-color: #C05C59;
}
.TagClassName
{
border-color: #C05C59;
}
</style>