Shades of Fuzzy Wuzzy Brown #C25C57
Tints of Fuzzy Wuzzy Brown #C25C57
RGB
CMYK
RGB Variations
Color information
#C25C57 (or 0xC25C57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5C and 57. RGB value is (194,92,87). Sum of RGB (Red+Green+Blue) = 194+92+87=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C57 is #3DA3A8. Grayscale: #7A7A7A. Windows color (decimal): -4039593 or 5725378. OLE color: 5725378.
HSL color Cylindrical-coordinate representation of color #C25C57: hue angle of 2.8º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25C57 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 87 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.24 |
| HSL | 2.8º | 0.47% | 0.55% | - |
| HSV(B) | 2.8º | 0.55% | 0.76% | - |
| XYZ | 27.8 | 19.81 | 11.38 | - |
| YUV | 121.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 87 | 0 | 0.53 | 0.55 | 0.24 | 2.8 | 0.47 | 0.55 |
| Hex | C2 | 5C | 57 | 0 | 35 | 37 | 18 | 3 | 2F | 37 |
| Octal | 302 | 134 | 127 | 0 | 65 | 67 | 30 | 3 | 57 | 67 |
| Binary | 11000010 | 1011100 | 1010111 | 0 | 110101 | 110111 | 11000 | 11 | 101111 | 110111 |
Color Harmonies of #C25C57
Complementary color
Monochromatic Colors of #C25C57
Black with #C25C57
Text Example
Text Example
White with #C25C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C57; }
p { color: rgb(194,92,87); }
H1.HeaderClassName
{
color: #C25C57;
}
.AnyTagClassName
{
color: #C25C57;
}
</style>
background-color css
<style>
a { background-color: #C25C57; }
a { background-color: rgb(194,92,87); }
div.DivClassName
{
background-color: #C25C57;
}
.BgClassName
{
background-color: #C25C57;
}
</style>
border-color css
<style>
span { border-color: #C25C57; }
span { border-color: rgb(194,92,87); }
td.TdClassName
{
border-color: #C25C57;
}
.TagClassName
{
border-color: #C25C57;
}
</style>