Shades of Fuzzy Wuzzy Brown #C95250
Tints of Fuzzy Wuzzy Brown #C95250
RGB
CMYK
RGB Variations
Color information
#C95250 (or 0xC95250) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 52 and 50. RGB value is (201,82,80). Sum of RGB (Red+Green+Blue) = 201+82+80=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C95250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95250 is #36ADAF. Grayscale: #757575. Windows color (decimal): -3583408 or 5264073. OLE color: 5264073.
HSL color Cylindrical-coordinate representation of color #C95250: hue angle of 0.99º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95250 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 80 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.21 |
| HSL | 0.99º | 0.53% | 0.55% | - |
| HSV(B) | 0.99º | 0.6% | 0.79% | - |
| XYZ | 28.55 | 19.03 | 9.76 | - |
| YUV | 117.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 80 | 0 | 0.59 | 0.60 | 0.21 | 0.99 | 0.53 | 0.55 |
| Hex | C9 | 52 | 50 | 0 | 3B | 3C | 15 | 1 | 35 | 37 |
| Octal | 311 | 122 | 120 | 0 | 73 | 74 | 25 | 1 | 65 | 67 |
| Binary | 11001001 | 1010010 | 1010000 | 0 | 111011 | 111100 | 10101 | 1 | 110101 | 110111 |
Color Harmonies of #C95250
Complementary color
Monochromatic Colors of #C95250
Black with #C95250
Text Example
Text Example
White with #C95250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95250; }
p { color: rgb(201,82,80); }
H1.HeaderClassName
{
color: #C95250;
}
.AnyTagClassName
{
color: #C95250;
}
</style>
background-color css
<style>
a { background-color: #C95250; }
a { background-color: rgb(201,82,80); }
div.DivClassName
{
background-color: #C95250;
}
.BgClassName
{
background-color: #C95250;
}
</style>
border-color css
<style>
span { border-color: #C95250; }
span { border-color: rgb(201,82,80); }
td.TdClassName
{
border-color: #C95250;
}
.TagClassName
{
border-color: #C95250;
}
</style>