Shades of Fuzzy Wuzzy Brown #C65954
Tints of Fuzzy Wuzzy Brown #C65954
RGB
CMYK
RGB Variations
Color information
#C65954 (or 0xC65954) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 59 and 54. RGB value is (198,89,84). Sum of RGB (Red+Green+Blue) = 198+89+84=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C65954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65954 is #39A6AB. Grayscale: #797979. Windows color (decimal): -3778220 or 5528006. OLE color: 5528006.
HSL color Cylindrical-coordinate representation of color #C65954: hue angle of 2.63º 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 #C65954 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 84 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.22 |
| HSL | 2.63º | 0.5% | 0.55% | - |
| HSV(B) | 2.63º | 0.58% | 0.78% | - |
| XYZ | 28.46 | 19.79 | 10.71 | - |
| YUV | 121.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 84 | 0 | 0.55 | 0.58 | 0.22 | 2.63 | 0.5 | 0.55 |
| Hex | C6 | 59 | 54 | 0 | 37 | 3A | 16 | 3 | 32 | 37 |
| Octal | 306 | 131 | 124 | 0 | 67 | 72 | 26 | 3 | 62 | 67 |
| Binary | 11000110 | 1011001 | 1010100 | 0 | 110111 | 111010 | 10110 | 11 | 110010 | 110111 |
Color Harmonies of #C65954
Complementary color
Monochromatic Colors of #C65954
Black with #C65954
Text Example
Text Example
White with #C65954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65954; }
p { color: rgb(198,89,84); }
H1.HeaderClassName
{
color: #C65954;
}
.AnyTagClassName
{
color: #C65954;
}
</style>
background-color css
<style>
a { background-color: #C65954; }
a { background-color: rgb(198,89,84); }
div.DivClassName
{
background-color: #C65954;
}
.BgClassName
{
background-color: #C65954;
}
</style>
border-color css
<style>
span { border-color: #C65954; }
span { border-color: rgb(198,89,84); }
td.TdClassName
{
border-color: #C65954;
}
.TagClassName
{
border-color: #C65954;
}
</style>