Shades of Fuzzy Wuzzy Brown #C8524E
Tints of Fuzzy Wuzzy Brown #C8524E
RGB
CMYK
RGB Variations
Color information
#C8524E (or 0xC8524E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 52 and 4E. RGB value is (200,82,78). Sum of RGB (Red+Green+Blue) = 200+82+78=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8524E is #37ADB1. Grayscale: #747474. Windows color (decimal): -3648946 or 5133000. OLE color: 5133000.
HSL color Cylindrical-coordinate representation of color #C8524E: hue angle of 1.97º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8524E is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 78 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.22 |
| HSL | 1.97º | 0.53% | 0.55% | - |
| HSV(B) | 1.97º | 0.61% | 0.78% | - |
| XYZ | 28.21 | 18.86 | 9.36 | - |
| YUV | 116.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 78 | 0 | 0.59 | 0.61 | 0.22 | 1.97 | 0.53 | 0.55 |
| Hex | C8 | 52 | 4E | 0 | 3B | 3D | 16 | 2 | 35 | 37 |
| Octal | 310 | 122 | 116 | 0 | 73 | 75 | 26 | 2 | 65 | 67 |
| Binary | 11001000 | 1010010 | 1001110 | 0 | 111011 | 111101 | 10110 | 10 | 110101 | 110111 |
Color Harmonies of #C8524E
Complementary color
Monochromatic Colors of #C8524E
Black with #C8524E
Text Example
Text Example
White with #C8524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8524E; }
p { color: rgb(200,82,78); }
H1.HeaderClassName
{
color: #C8524E;
}
.AnyTagClassName
{
color: #C8524E;
}
</style>
background-color css
<style>
a { background-color: #C8524E; }
a { background-color: rgb(200,82,78); }
div.DivClassName
{
background-color: #C8524E;
}
.BgClassName
{
background-color: #C8524E;
}
</style>
border-color css
<style>
span { border-color: #C8524E; }
span { border-color: rgb(200,82,78); }
td.TdClassName
{
border-color: #C8524E;
}
.TagClassName
{
border-color: #C8524E;
}
</style>