Shades of Fuzzy Wuzzy Brown #C95352
Tints of Fuzzy Wuzzy Brown #C95352
RGB
CMYK
RGB Variations
Color information
#C95352 (or 0xC95352) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 53 and 52. RGB value is (201,83,82). Sum of RGB (Red+Green+Blue) = 201+83+82=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C95352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95352 is #36ACAD. Grayscale: #767676. Windows color (decimal): -3583150 or 5395401. OLE color: 5395401.
HSL color Cylindrical-coordinate representation of color #C95352: hue angle of 0.5º 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 #C95352 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 82 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.21 |
| HSL | 0.5º | 0.52% | 0.55% | - |
| HSV(B) | 0.5º | 0.59% | 0.79% | - |
| XYZ | 28.7 | 19.21 | 10.18 | - |
| YUV | 118.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 82 | 0 | 0.59 | 0.59 | 0.21 | 0.5 | 0.52 | 0.55 |
| Hex | C9 | 53 | 52 | 0 | 3B | 3B | 15 | 1 | 34 | 37 |
| Octal | 311 | 123 | 122 | 0 | 73 | 73 | 25 | 1 | 64 | 67 |
| Binary | 11001001 | 1010011 | 1010010 | 0 | 111011 | 111011 | 10101 | 1 | 110100 | 110111 |
Color Harmonies of #C95352
Complementary color
Monochromatic Colors of #C95352
Black with #C95352
Text Example
Text Example
White with #C95352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95352; }
p { color: rgb(201,83,82); }
H1.HeaderClassName
{
color: #C95352;
}
.AnyTagClassName
{
color: #C95352;
}
</style>
background-color css
<style>
a { background-color: #C95352; }
a { background-color: rgb(201,83,82); }
div.DivClassName
{
background-color: #C95352;
}
.BgClassName
{
background-color: #C95352;
}
</style>
border-color css
<style>
span { border-color: #C95352; }
span { border-color: rgb(201,83,82); }
td.TdClassName
{
border-color: #C95352;
}
.TagClassName
{
border-color: #C95352;
}
</style>