Shades of Fuzzy Wuzzy Brown #C65554
Tints of Fuzzy Wuzzy Brown #C65554
RGB
CMYK
RGB Variations
Color information
#C65554 (or 0xC65554) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 55 and 54. RGB value is (198,85,84). Sum of RGB (Red+Green+Blue) = 198+85+84=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C65554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65554 is #39AAAB. Grayscale: #767676. Windows color (decimal): -3779244 or 5526982. OLE color: 5526982.
HSL color Cylindrical-coordinate representation of color #C65554: hue angle of 0.53º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65554 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 84 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.22 |
| HSL | 0.53º | 0.5% | 0.55% | - |
| HSV(B) | 0.53º | 0.58% | 0.78% | - |
| XYZ | 28.14 | 19.14 | 10.6 | - |
| YUV | 118.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 84 | 0 | 0.57 | 0.58 | 0.22 | 0.53 | 0.5 | 0.55 |
| Hex | C6 | 55 | 54 | 0 | 39 | 3A | 16 | 1 | 32 | 37 |
| Octal | 306 | 125 | 124 | 0 | 71 | 72 | 26 | 1 | 62 | 67 |
| Binary | 11000110 | 1010101 | 1010100 | 0 | 111001 | 111010 | 10110 | 1 | 110010 | 110111 |
Color Harmonies of #C65554
Complementary color
Monochromatic Colors of #C65554
Black with #C65554
Text Example
Text Example
White with #C65554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65554; }
p { color: rgb(198,85,84); }
H1.HeaderClassName
{
color: #C65554;
}
.AnyTagClassName
{
color: #C65554;
}
</style>
background-color css
<style>
a { background-color: #C65554; }
a { background-color: rgb(198,85,84); }
div.DivClassName
{
background-color: #C65554;
}
.BgClassName
{
background-color: #C65554;
}
</style>
border-color css
<style>
span { border-color: #C65554; }
span { border-color: rgb(198,85,84); }
td.TdClassName
{
border-color: #C65554;
}
.TagClassName
{
border-color: #C65554;
}
</style>