Shades of Fuzzy Wuzzy Brown #C9574E
Tints of Fuzzy Wuzzy Brown #C9574E
RGB
CMYK
RGB Variations
Color information
#C9574E (or 0xC9574E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 57 and 4E. RGB value is (201,87,78). Sum of RGB (Red+Green+Blue) = 201+87+78=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9574E is #36A8B1. Grayscale: #787878. Windows color (decimal): -3582130 or 5134281. OLE color: 5134281.
HSL color Cylindrical-coordinate representation of color #C9574E: hue angle of 4.39º 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 #C9574E is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 78 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.21 |
| HSL | 4.39º | 0.53% | 0.55% | - |
| HSV(B) | 4.39º | 0.61% | 0.79% | - |
| XYZ | 28.87 | 19.78 | 9.5 | - |
| YUV | 120.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 78 | 0 | 0.57 | 0.61 | 0.21 | 4.39 | 0.53 | 0.55 |
| Hex | C9 | 57 | 4E | 0 | 39 | 3D | 15 | 4 | 35 | 37 |
| Octal | 311 | 127 | 116 | 0 | 71 | 75 | 25 | 4 | 65 | 67 |
| Binary | 11001001 | 1010111 | 1001110 | 0 | 111001 | 111101 | 10101 | 100 | 110101 | 110111 |
Color Harmonies of #C9574E
Complementary color
Monochromatic Colors of #C9574E
Black with #C9574E
Text Example
Text Example
White with #C9574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9574E; }
p { color: rgb(201,87,78); }
H1.HeaderClassName
{
color: #C9574E;
}
.AnyTagClassName
{
color: #C9574E;
}
</style>
background-color css
<style>
a { background-color: #C9574E; }
a { background-color: rgb(201,87,78); }
div.DivClassName
{
background-color: #C9574E;
}
.BgClassName
{
background-color: #C9574E;
}
</style>
border-color css
<style>
span { border-color: #C9574E; }
span { border-color: rgb(201,87,78); }
td.TdClassName
{
border-color: #C9574E;
}
.TagClassName
{
border-color: #C9574E;
}
</style>