Shades of Fuzzy Wuzzy Brown #C9534E
Tints of Fuzzy Wuzzy Brown #C9534E
RGB
CMYK
RGB Variations
Color information
#C9534E (or 0xC9534E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 53 and 4E. RGB value is (201,83,78). Sum of RGB (Red+Green+Blue) = 201+83+78=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9534E is #36ACB1. Grayscale: #757575. Windows color (decimal): -3583154 or 5133257. OLE color: 5133257.
HSL color Cylindrical-coordinate representation of color #C9534E: hue angle of 2.44º 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 #C9534E is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 78 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.21 |
| HSL | 2.44º | 0.53% | 0.55% | - |
| HSV(B) | 2.44º | 0.61% | 0.79% | - |
| XYZ | 28.56 | 19.15 | 9.4 | - |
| YUV | 117.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 78 | 0 | 0.59 | 0.61 | 0.21 | 2.44 | 0.53 | 0.55 |
| Hex | C9 | 53 | 4E | 0 | 3B | 3D | 15 | 2 | 35 | 37 |
| Octal | 311 | 123 | 116 | 0 | 73 | 75 | 25 | 2 | 65 | 67 |
| Binary | 11001001 | 1010011 | 1001110 | 0 | 111011 | 111101 | 10101 | 10 | 110101 | 110111 |
Color Harmonies of #C9534E
Complementary color
Monochromatic Colors of #C9534E
Black with #C9534E
Text Example
Text Example
White with #C9534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9534E; }
p { color: rgb(201,83,78); }
H1.HeaderClassName
{
color: #C9534E;
}
.AnyTagClassName
{
color: #C9534E;
}
</style>
background-color css
<style>
a { background-color: #C9534E; }
a { background-color: rgb(201,83,78); }
div.DivClassName
{
background-color: #C9534E;
}
.BgClassName
{
background-color: #C9534E;
}
</style>
border-color css
<style>
span { border-color: #C9534E; }
span { border-color: rgb(201,83,78); }
td.TdClassName
{
border-color: #C9534E;
}
.TagClassName
{
border-color: #C9534E;
}
</style>