Shades of Fuzzy Wuzzy Brown #C65553
Tints of Fuzzy Wuzzy Brown #C65553
RGB
CMYK
RGB Variations
Color information
#C65553 (or 0xC65553) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 55 and 53. RGB value is (198,85,83). Sum of RGB (Red+Green+Blue) = 198+85+83=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C65553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65553 is #39AAAC. Grayscale: #767676. Windows color (decimal): -3779245 or 5461446. OLE color: 5461446.
HSL color Cylindrical-coordinate representation of color #C65553: hue angle of 1.04º 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 #C65553 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 83 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.22 |
| HSL | 1.04º | 0.5% | 0.55% | - |
| HSV(B) | 1.04º | 0.58% | 0.78% | - |
| XYZ | 28.1 | 19.13 | 10.39 | - |
| YUV | 118.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 83 | 0 | 0.57 | 0.58 | 0.22 | 1.04 | 0.5 | 0.55 |
| Hex | C6 | 55 | 53 | 0 | 39 | 3A | 16 | 1 | 32 | 37 |
| Octal | 306 | 125 | 123 | 0 | 71 | 72 | 26 | 1 | 62 | 67 |
| Binary | 11000110 | 1010101 | 1010011 | 0 | 111001 | 111010 | 10110 | 1 | 110010 | 110111 |
Color Harmonies of #C65553
Complementary color
Monochromatic Colors of #C65553
Black with #C65553
Text Example
Text Example
White with #C65553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65553; }
p { color: rgb(198,85,83); }
H1.HeaderClassName
{
color: #C65553;
}
.AnyTagClassName
{
color: #C65553;
}
</style>
background-color css
<style>
a { background-color: #C65553; }
a { background-color: rgb(198,85,83); }
div.DivClassName
{
background-color: #C65553;
}
.BgClassName
{
background-color: #C65553;
}
</style>
border-color css
<style>
span { border-color: #C65553; }
span { border-color: rgb(198,85,83); }
td.TdClassName
{
border-color: #C65553;
}
.TagClassName
{
border-color: #C65553;
}
</style>