Shades of Fuzzy Wuzzy Brown #C25C5C
Tints of Fuzzy Wuzzy Brown #C25C5C
RGB
CMYK
RGB Variations
Color information
#C25C5C (or 0xC25C5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5C and 5C. RGB value is (194,92,92). Sum of RGB (Red+Green+Blue) = 194+92+92=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C5C is #3DA3A3. Grayscale: #7A7A7A. Windows color (decimal): -4039588 or 6053058. OLE color: 6053058.
HSL color Cylindrical-coordinate representation of color #C25C5C: hue angle of 0º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25C5C is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 92 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.24 |
| HSL | 0º | 0.46% | 0.56% | - |
| HSV(B) | 0º | 0.53% | 0.76% | - |
| XYZ | 28.01 | 19.9 | 12.49 | - |
| YUV | 122.5 | 110.79 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 92 | 0 | 0.53 | 0.53 | 0.24 | 0 | 0.46 | 0.56 |
| Hex | C2 | 5C | 5C | 0 | 35 | 35 | 18 | 0 | 2E | 38 |
| Octal | 302 | 134 | 134 | 0 | 65 | 65 | 30 | 0 | 56 | 70 |
| Binary | 11000010 | 1011100 | 1011100 | 0 | 110101 | 110101 | 11000 | 0 | 101110 | 111000 |
Color Harmonies of #C25C5C
Complementary color
Monochromatic Colors of #C25C5C
Black with #C25C5C
Text Example
Text Example
White with #C25C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C5C; }
p { color: rgb(194,92,92); }
H1.HeaderClassName
{
color: #C25C5C;
}
.AnyTagClassName
{
color: #C25C5C;
}
</style>
background-color css
<style>
a { background-color: #C25C5C; }
a { background-color: rgb(194,92,92); }
div.DivClassName
{
background-color: #C25C5C;
}
.BgClassName
{
background-color: #C25C5C;
}
</style>
border-color css
<style>
span { border-color: #C25C5C; }
span { border-color: rgb(194,92,92); }
td.TdClassName
{
border-color: #C25C5C;
}
.TagClassName
{
border-color: #C25C5C;
}
</style>