Shades of Fuzzy Wuzzy Brown #C9524E
Tints of Fuzzy Wuzzy Brown #C9524E
RGB
CMYK
RGB Variations
Color information
#C9524E (or 0xC9524E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 52 and 4E. RGB value is (201,82,78). Sum of RGB (Red+Green+Blue) = 201+82+78=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9524E is #36ADB1. Grayscale: #757575. Windows color (decimal): -3583410 or 5133001. OLE color: 5133001.
HSL color Cylindrical-coordinate representation of color #C9524E: hue angle of 1.95º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9524E is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 78 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.21 |
| HSL | 1.95º | 0.53% | 0.55% | - |
| HSV(B) | 1.95º | 0.61% | 0.79% | - |
| XYZ | 28.48 | 19 | 9.37 | - |
| YUV | 117.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 78 | 0 | 0.59 | 0.61 | 0.21 | 1.95 | 0.53 | 0.55 |
| Hex | C9 | 52 | 4E | 0 | 3B | 3D | 15 | 2 | 35 | 37 |
| Octal | 311 | 122 | 116 | 0 | 73 | 75 | 25 | 2 | 65 | 67 |
| Binary | 11001001 | 1010010 | 1001110 | 0 | 111011 | 111101 | 10101 | 10 | 110101 | 110111 |
Color Harmonies of #C9524E
Complementary color
Monochromatic Colors of #C9524E
Black with #C9524E
Text Example
Text Example
White with #C9524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9524E; }
p { color: rgb(201,82,78); }
H1.HeaderClassName
{
color: #C9524E;
}
.AnyTagClassName
{
color: #C9524E;
}
</style>
background-color css
<style>
a { background-color: #C9524E; }
a { background-color: rgb(201,82,78); }
div.DivClassName
{
background-color: #C9524E;
}
.BgClassName
{
background-color: #C9524E;
}
</style>
border-color css
<style>
span { border-color: #C9524E; }
span { border-color: rgb(201,82,78); }
td.TdClassName
{
border-color: #C9524E;
}
.TagClassName
{
border-color: #C9524E;
}
</style>