Shades of Fuzzy Wuzzy Brown #C25851
Tints of Fuzzy Wuzzy Brown #C25851
RGB
CMYK
RGB Variations
Color information
#C25851 (or 0xC25851) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 58 and 51. RGB value is (194,88,81). Sum of RGB (Red+Green+Blue) = 194+88+81=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C25851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25851 is #3DA7AE. Grayscale: #777777. Windows color (decimal): -4040623 or 5331138. OLE color: 5331138.
HSL color Cylindrical-coordinate representation of color #C25851: hue angle of 3.72º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25851 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 81 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.24 |
| HSL | 3.72º | 0.48% | 0.54% | - |
| HSV(B) | 3.72º | 0.58% | 0.76% | - |
| XYZ | 27.22 | 19.04 | 10.03 | - |
| YUV | 118.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 81 | 0 | 0.55 | 0.58 | 0.24 | 3.72 | 0.48 | 0.54 |
| Hex | C2 | 58 | 51 | 0 | 37 | 3A | 18 | 4 | 30 | 36 |
| Octal | 302 | 130 | 121 | 0 | 67 | 72 | 30 | 4 | 60 | 66 |
| Binary | 11000010 | 1011000 | 1010001 | 0 | 110111 | 111010 | 11000 | 100 | 110000 | 110110 |
Color Harmonies of #C25851
Complementary color
Monochromatic Colors of #C25851
Black with #C25851
Text Example
Text Example
White with #C25851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25851; }
p { color: rgb(194,88,81); }
H1.HeaderClassName
{
color: #C25851;
}
.AnyTagClassName
{
color: #C25851;
}
</style>
background-color css
<style>
a { background-color: #C25851; }
a { background-color: rgb(194,88,81); }
div.DivClassName
{
background-color: #C25851;
}
.BgClassName
{
background-color: #C25851;
}
</style>
border-color css
<style>
span { border-color: #C25851; }
span { border-color: rgb(194,88,81); }
td.TdClassName
{
border-color: #C25851;
}
.TagClassName
{
border-color: #C25851;
}
</style>