Shades of Fuzzy Wuzzy Brown #C25852
Tints of Fuzzy Wuzzy Brown #C25852
RGB
CMYK
RGB Variations
Color information
#C25852 (or 0xC25852) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 58 and 52. RGB value is (194,88,82). Sum of RGB (Red+Green+Blue) = 194+88+82=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C25852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25852 is #3DA7AD. Grayscale: #777777. Windows color (decimal): -4040622 or 5396674. OLE color: 5396674.
HSL color Cylindrical-coordinate representation of color #C25852: hue angle of 3.21º 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 #C25852 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 82 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.24 |
| HSL | 3.21º | 0.48% | 0.54% | - |
| HSV(B) | 3.21º | 0.58% | 0.76% | - |
| XYZ | 27.26 | 19.06 | 10.22 | - |
| YUV | 119.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 82 | 0 | 0.55 | 0.58 | 0.24 | 3.21 | 0.48 | 0.54 |
| Hex | C2 | 58 | 52 | 0 | 37 | 3A | 18 | 3 | 30 | 36 |
| Octal | 302 | 130 | 122 | 0 | 67 | 72 | 30 | 3 | 60 | 66 |
| Binary | 11000010 | 1011000 | 1010010 | 0 | 110111 | 111010 | 11000 | 11 | 110000 | 110110 |
Color Harmonies of #C25852
Complementary color
Monochromatic Colors of #C25852
Black with #C25852
Text Example
Text Example
White with #C25852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25852; }
p { color: rgb(194,88,82); }
H1.HeaderClassName
{
color: #C25852;
}
.AnyTagClassName
{
color: #C25852;
}
</style>
background-color css
<style>
a { background-color: #C25852; }
a { background-color: rgb(194,88,82); }
div.DivClassName
{
background-color: #C25852;
}
.BgClassName
{
background-color: #C25852;
}
</style>
border-color css
<style>
span { border-color: #C25852; }
span { border-color: rgb(194,88,82); }
td.TdClassName
{
border-color: #C25852;
}
.TagClassName
{
border-color: #C25852;
}
</style>