Shades of Fuzzy Wuzzy Brown #C25D5D
Tints of Fuzzy Wuzzy Brown #C25D5D
RGB
CMYK
RGB Variations
Color information
#C25D5D (or 0xC25D5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5D and 5D. RGB value is (194,93,93). Sum of RGB (Red+Green+Blue) = 194+93+93=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D5D is #3DA2A2. Grayscale: #7B7B7B. Windows color (decimal): -4039331 or 6118850. OLE color: 6118850.
HSL color Cylindrical-coordinate representation of color #C25D5D: hue angle of 0º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25D5D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 93 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.24 |
| HSL | 0º | 0.45% | 0.56% | - |
| HSV(B) | 0º | 0.52% | 0.76% | - |
| XYZ | 28.14 | 20.09 | 12.75 | - |
| YUV | 123.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 93 | 0 | 0.52 | 0.52 | 0.24 | 0 | 0.45 | 0.56 |
| Hex | C2 | 5D | 5D | 0 | 34 | 34 | 18 | 0 | 2D | 38 |
| Octal | 302 | 135 | 135 | 0 | 64 | 64 | 30 | 0 | 55 | 70 |
| Binary | 11000010 | 1011101 | 1011101 | 0 | 110100 | 110100 | 11000 | 0 | 101101 | 111000 |
Color Harmonies of #C25D5D
Complementary color
Monochromatic Colors of #C25D5D
Black with #C25D5D
Text Example
Text Example
White with #C25D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25D5D; }
p { color: rgb(194,93,93); }
H1.HeaderClassName
{
color: #C25D5D;
}
.AnyTagClassName
{
color: #C25D5D;
}
</style>
background-color css
<style>
a { background-color: #C25D5D; }
a { background-color: rgb(194,93,93); }
div.DivClassName
{
background-color: #C25D5D;
}
.BgClassName
{
background-color: #C25D5D;
}
</style>
border-color css
<style>
span { border-color: #C25D5D; }
span { border-color: rgb(194,93,93); }
td.TdClassName
{
border-color: #C25D5D;
}
.TagClassName
{
border-color: #C25D5D;
}
</style>