Shades of Fuzzy Wuzzy Brown #C25853
Tints of Fuzzy Wuzzy Brown #C25853
RGB
CMYK
RGB Variations
Color information
#C25853 (or 0xC25853) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 58 and 53. RGB value is (194,88,83). Sum of RGB (Red+Green+Blue) = 194+88+83=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C25853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25853 is #3DA7AC. Grayscale: #777777. Windows color (decimal): -4040621 or 5462210. OLE color: 5462210.
HSL color Cylindrical-coordinate representation of color #C25853: hue angle of 2.7º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25853 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 83 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.24 |
| HSL | 2.7º | 0.48% | 0.54% | - |
| HSV(B) | 2.7º | 0.57% | 0.76% | - |
| XYZ | 27.3 | 19.07 | 10.43 | - |
| YUV | 119.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 83 | 0 | 0.55 | 0.57 | 0.24 | 2.7 | 0.48 | 0.54 |
| Hex | C2 | 58 | 53 | 0 | 37 | 39 | 18 | 3 | 30 | 36 |
| Octal | 302 | 130 | 123 | 0 | 67 | 71 | 30 | 3 | 60 | 66 |
| Binary | 11000010 | 1011000 | 1010011 | 0 | 110111 | 111001 | 11000 | 11 | 110000 | 110110 |
Color Harmonies of #C25853
Complementary color
Monochromatic Colors of #C25853
Black with #C25853
Text Example
Text Example
White with #C25853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25853; }
p { color: rgb(194,88,83); }
H1.HeaderClassName
{
color: #C25853;
}
.AnyTagClassName
{
color: #C25853;
}
</style>
background-color css
<style>
a { background-color: #C25853; }
a { background-color: rgb(194,88,83); }
div.DivClassName
{
background-color: #C25853;
}
.BgClassName
{
background-color: #C25853;
}
</style>
border-color css
<style>
span { border-color: #C25853; }
span { border-color: rgb(194,88,83); }
td.TdClassName
{
border-color: #C25853;
}
.TagClassName
{
border-color: #C25853;
}
</style>