Shades of Fuzzy Wuzzy Brown #C05954
Tints of Fuzzy Wuzzy Brown #C05954
RGB
CMYK
RGB Variations
Color information
#C05954 (or 0xC05954) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 59 and 54. RGB value is (192,89,84). Sum of RGB (Red+Green+Blue) = 192+89+84=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C05954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05954 is #3FA6AB. Grayscale: #777777. Windows color (decimal): -4171436 or 5528000. OLE color: 5528000.
HSL color Cylindrical-coordinate representation of color #C05954: hue angle of 2.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05954 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 84 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.25 |
| HSL | 2.78º | 0.46% | 0.54% | - |
| HSV(B) | 2.78º | 0.56% | 0.75% | - |
| XYZ | 26.91 | 18.99 | 10.63 | - |
| YUV | 119.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 84 | 0 | 0.54 | 0.56 | 0.25 | 2.78 | 0.46 | 0.54 |
| Hex | C0 | 59 | 54 | 0 | 36 | 38 | 19 | 3 | 2E | 36 |
| Octal | 300 | 131 | 124 | 0 | 66 | 70 | 31 | 3 | 56 | 66 |
| Binary | 11000000 | 1011001 | 1010100 | 0 | 110110 | 111000 | 11001 | 11 | 101110 | 110110 |
Color Harmonies of #C05954
Complementary color
Monochromatic Colors of #C05954
Black with #C05954
Text Example
Text Example
White with #C05954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05954; }
p { color: rgb(192,89,84); }
H1.HeaderClassName
{
color: #C05954;
}
.AnyTagClassName
{
color: #C05954;
}
</style>
background-color css
<style>
a { background-color: #C05954; }
a { background-color: rgb(192,89,84); }
div.DivClassName
{
background-color: #C05954;
}
.BgClassName
{
background-color: #C05954;
}
</style>
border-color css
<style>
span { border-color: #C05954; }
span { border-color: rgb(192,89,84); }
td.TdClassName
{
border-color: #C05954;
}
.TagClassName
{
border-color: #C05954;
}
</style>