Shades of Fuzzy Wuzzy Brown #C95752
Tints of Fuzzy Wuzzy Brown #C95752
RGB
CMYK
RGB Variations
Color information
#C95752 (or 0xC95752) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 57 and 52. RGB value is (201,87,82). Sum of RGB (Red+Green+Blue) = 201+87+82=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C95752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95752 is #36A8AD. Grayscale: #787878. Windows color (decimal): -3582126 or 5396425. OLE color: 5396425.
HSL color Cylindrical-coordinate representation of color #C95752: hue angle of 2.52º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95752 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 82 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.21 |
| HSL | 2.52º | 0.52% | 0.55% | - |
| HSV(B) | 2.52º | 0.59% | 0.79% | - |
| XYZ | 29.02 | 19.84 | 10.28 | - |
| YUV | 120.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 82 | 0 | 0.57 | 0.59 | 0.21 | 2.52 | 0.52 | 0.55 |
| Hex | C9 | 57 | 52 | 0 | 39 | 3B | 15 | 3 | 34 | 37 |
| Octal | 311 | 127 | 122 | 0 | 71 | 73 | 25 | 3 | 64 | 67 |
| Binary | 11001001 | 1010111 | 1010010 | 0 | 111001 | 111011 | 10101 | 11 | 110100 | 110111 |
Color Harmonies of #C95752
Complementary color
Monochromatic Colors of #C95752
Black with #C95752
Text Example
Text Example
White with #C95752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95752; }
p { color: rgb(201,87,82); }
H1.HeaderClassName
{
color: #C95752;
}
.AnyTagClassName
{
color: #C95752;
}
</style>
background-color css
<style>
a { background-color: #C95752; }
a { background-color: rgb(201,87,82); }
div.DivClassName
{
background-color: #C95752;
}
.BgClassName
{
background-color: #C95752;
}
</style>
border-color css
<style>
span { border-color: #C95752; }
span { border-color: rgb(201,87,82); }
td.TdClassName
{
border-color: #C95752;
}
.TagClassName
{
border-color: #C95752;
}
</style>