Shades of Fuzzy Wuzzy Brown #C25653
Tints of Fuzzy Wuzzy Brown #C25653
RGB
CMYK
RGB Variations
Color information
#C25653 (or 0xC25653) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 56 and 53. RGB value is (194,86,83). Sum of RGB (Red+Green+Blue) = 194+86+83=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C25653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25653 is #3DA9AC. Grayscale: #767676. Windows color (decimal): -4041133 or 5461698. OLE color: 5461698.
HSL color Cylindrical-coordinate representation of color #C25653: hue angle of 1.62º 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 #C25653 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 83 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.24 |
| HSL | 1.62º | 0.48% | 0.54% | - |
| HSV(B) | 1.62º | 0.57% | 0.76% | - |
| XYZ | 27.14 | 18.75 | 10.37 | - |
| YUV | 117.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 83 | 0 | 0.56 | 0.57 | 0.24 | 1.62 | 0.48 | 0.54 |
| Hex | C2 | 56 | 53 | 0 | 38 | 39 | 18 | 2 | 30 | 36 |
| Octal | 302 | 126 | 123 | 0 | 70 | 71 | 30 | 2 | 60 | 66 |
| Binary | 11000010 | 1010110 | 1010011 | 0 | 111000 | 111001 | 11000 | 10 | 110000 | 110110 |
Color Harmonies of #C25653
Complementary color
Monochromatic Colors of #C25653
Black with #C25653
Text Example
Text Example
White with #C25653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25653; }
p { color: rgb(194,86,83); }
H1.HeaderClassName
{
color: #C25653;
}
.AnyTagClassName
{
color: #C25653;
}
</style>
background-color css
<style>
a { background-color: #C25653; }
a { background-color: rgb(194,86,83); }
div.DivClassName
{
background-color: #C25653;
}
.BgClassName
{
background-color: #C25653;
}
</style>
border-color css
<style>
span { border-color: #C25653; }
span { border-color: rgb(194,86,83); }
td.TdClassName
{
border-color: #C25653;
}
.TagClassName
{
border-color: #C25653;
}
</style>