Shades of Fuzzy Wuzzy Brown #C25B54
Tints of Fuzzy Wuzzy Brown #C25B54
RGB
CMYK
RGB Variations
Color information
#C25B54 (or 0xC25B54) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5B and 54. RGB value is (194,91,84). Sum of RGB (Red+Green+Blue) = 194+91+84=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B54 is #3DA4AB. Grayscale: #797979. Windows color (decimal): -4039852 or 5528514. OLE color: 5528514.
HSL color Cylindrical-coordinate representation of color #C25B54: hue angle of 3.82º 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 #C25B54 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 84 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.24 |
| HSL | 3.82º | 0.47% | 0.55% | - |
| HSV(B) | 3.82º | 0.57% | 0.76% | - |
| XYZ | 27.59 | 19.59 | 10.71 | - |
| YUV | 121 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 84 | 0 | 0.53 | 0.57 | 0.24 | 3.82 | 0.47 | 0.55 |
| Hex | C2 | 5B | 54 | 0 | 35 | 39 | 18 | 4 | 2F | 37 |
| Octal | 302 | 133 | 124 | 0 | 65 | 71 | 30 | 4 | 57 | 67 |
| Binary | 11000010 | 1011011 | 1010100 | 0 | 110101 | 111001 | 11000 | 100 | 101111 | 110111 |
Color Harmonies of #C25B54
Complementary color
Monochromatic Colors of #C25B54
Black with #C25B54
Text Example
Text Example
White with #C25B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B54; }
p { color: rgb(194,91,84); }
H1.HeaderClassName
{
color: #C25B54;
}
.AnyTagClassName
{
color: #C25B54;
}
</style>
background-color css
<style>
a { background-color: #C25B54; }
a { background-color: rgb(194,91,84); }
div.DivClassName
{
background-color: #C25B54;
}
.BgClassName
{
background-color: #C25B54;
}
</style>
border-color css
<style>
span { border-color: #C25B54; }
span { border-color: rgb(194,91,84); }
td.TdClassName
{
border-color: #C25B54;
}
.TagClassName
{
border-color: #C25B54;
}
</style>