Shades of Fuzzy Wuzzy Brown #C05A58
Tints of Fuzzy Wuzzy Brown #C05A58
RGB
CMYK
RGB Variations
Color information
#C05A58 (or 0xC05A58) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 58. RGB value is (192,90,88). Sum of RGB (Red+Green+Blue) = 192+90+88=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A58 is #3FA5A7. Grayscale: #787878. Windows color (decimal): -4171176 or 5790400. OLE color: 5790400.
HSL color Cylindrical-coordinate representation of color #C05A58: hue angle of 1.15º 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 #C05A58 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 88 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.25 |
| HSL | 1.15º | 0.45% | 0.55% | - |
| HSV(B) | 1.15º | 0.54% | 0.75% | - |
| XYZ | 27.16 | 19.22 | 11.51 | - |
| YUV | 120.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 88 | 0 | 0.53 | 0.54 | 0.25 | 1.15 | 0.45 | 0.55 |
| Hex | C0 | 5A | 58 | 0 | 35 | 36 | 19 | 1 | 2D | 37 |
| Octal | 300 | 132 | 130 | 0 | 65 | 66 | 31 | 1 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1011000 | 0 | 110101 | 110110 | 11001 | 1 | 101101 | 110111 |
Color Harmonies of #C05A58
Complementary color
Monochromatic Colors of #C05A58
Black with #C05A58
Text Example
Text Example
White with #C05A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A58; }
p { color: rgb(192,90,88); }
H1.HeaderClassName
{
color: #C05A58;
}
.AnyTagClassName
{
color: #C05A58;
}
</style>
background-color css
<style>
a { background-color: #C05A58; }
a { background-color: rgb(192,90,88); }
div.DivClassName
{
background-color: #C05A58;
}
.BgClassName
{
background-color: #C05A58;
}
</style>
border-color css
<style>
span { border-color: #C05A58; }
span { border-color: rgb(192,90,88); }
td.TdClassName
{
border-color: #C05A58;
}
.TagClassName
{
border-color: #C05A58;
}
</style>