Shades of Fuzzy Wuzzy Brown #C05550
Tints of Fuzzy Wuzzy Brown #C05550
RGB
CMYK
RGB Variations
Color information
#C05550 (or 0xC05550) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 55 and 50. RGB value is (192,85,80). Sum of RGB (Red+Green+Blue) = 192+85+80=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C05550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05550 is #3FAAAF. Grayscale: #747474. Windows color (decimal): -4172464 or 5264832. OLE color: 5264832.
HSL color Cylindrical-coordinate representation of color #C05550: hue angle of 2.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05550 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 80 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.25 |
| HSL | 2.68º | 0.47% | 0.53% | - |
| HSV(B) | 2.68º | 0.58% | 0.75% | - |
| XYZ | 26.43 | 18.28 | 9.73 | - |
| YUV | 116.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 80 | 0 | 0.56 | 0.58 | 0.25 | 2.68 | 0.47 | 0.53 |
| Hex | C0 | 55 | 50 | 0 | 38 | 3A | 19 | 3 | 2F | 35 |
| Octal | 300 | 125 | 120 | 0 | 70 | 72 | 31 | 3 | 57 | 65 |
| Binary | 11000000 | 1010101 | 1010000 | 0 | 111000 | 111010 | 11001 | 11 | 101111 | 110101 |
Color Harmonies of #C05550
Complementary color
Monochromatic Colors of #C05550
Black with #C05550
Text Example
Text Example
White with #C05550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05550; }
p { color: rgb(192,85,80); }
H1.HeaderClassName
{
color: #C05550;
}
.AnyTagClassName
{
color: #C05550;
}
</style>
background-color css
<style>
a { background-color: #C05550; }
a { background-color: rgb(192,85,80); }
div.DivClassName
{
background-color: #C05550;
}
.BgClassName
{
background-color: #C05550;
}
</style>
border-color css
<style>
span { border-color: #C05550; }
span { border-color: rgb(192,85,80); }
td.TdClassName
{
border-color: #C05550;
}
.TagClassName
{
border-color: #C05550;
}
</style>