Shades of Fuzzy Wuzzy Brown #C25854
Tints of Fuzzy Wuzzy Brown #C25854
RGB
CMYK
RGB Variations
Color information
#C25854 (or 0xC25854) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 58 and 54. RGB value is (194,88,84). Sum of RGB (Red+Green+Blue) = 194+88+84=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C25854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25854 is #3DA7AB. Grayscale: #777777. Windows color (decimal): -4040620 or 5527746. OLE color: 5527746.
HSL color Cylindrical-coordinate representation of color #C25854: hue angle of 2.18º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25854 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 84 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.24 |
| HSL | 2.18º | 0.47% | 0.55% | - |
| HSV(B) | 2.18º | 0.57% | 0.76% | - |
| XYZ | 27.34 | 19.09 | 10.63 | - |
| YUV | 119.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 84 | 0 | 0.55 | 0.57 | 0.24 | 2.18 | 0.47 | 0.55 |
| Hex | C2 | 58 | 54 | 0 | 37 | 39 | 18 | 2 | 2F | 37 |
| Octal | 302 | 130 | 124 | 0 | 67 | 71 | 30 | 2 | 57 | 67 |
| Binary | 11000010 | 1011000 | 1010100 | 0 | 110111 | 111001 | 11000 | 10 | 101111 | 110111 |
Color Harmonies of #C25854
Complementary color
Monochromatic Colors of #C25854
Black with #C25854
Text Example
Text Example
White with #C25854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25854; }
p { color: rgb(194,88,84); }
H1.HeaderClassName
{
color: #C25854;
}
.AnyTagClassName
{
color: #C25854;
}
</style>
background-color css
<style>
a { background-color: #C25854; }
a { background-color: rgb(194,88,84); }
div.DivClassName
{
background-color: #C25854;
}
.BgClassName
{
background-color: #C25854;
}
</style>
border-color css
<style>
span { border-color: #C25854; }
span { border-color: rgb(194,88,84); }
td.TdClassName
{
border-color: #C25854;
}
.TagClassName
{
border-color: #C25854;
}
</style>