Shades of Fuzzy Wuzzy Brown #C65552
Tints of Fuzzy Wuzzy Brown #C65552
RGB
CMYK
RGB Variations
Color information
#C65552 (or 0xC65552) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 55 and 52. RGB value is (198,85,82). Sum of RGB (Red+Green+Blue) = 198+85+82=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C65552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65552 is #39AAAD. Grayscale: #767676. Windows color (decimal): -3779246 or 5395910. OLE color: 5395910.
HSL color Cylindrical-coordinate representation of color #C65552: hue angle of 1.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65552 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 82 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.22 |
| HSL | 1.55º | 0.5% | 0.55% | - |
| HSV(B) | 1.55º | 0.59% | 0.78% | - |
| XYZ | 28.06 | 19.11 | 10.19 | - |
| YUV | 118.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 82 | 0 | 0.57 | 0.59 | 0.22 | 1.55 | 0.5 | 0.55 |
| Hex | C6 | 55 | 52 | 0 | 39 | 3B | 16 | 2 | 32 | 37 |
| Octal | 306 | 125 | 122 | 0 | 71 | 73 | 26 | 2 | 62 | 67 |
| Binary | 11000110 | 1010101 | 1010010 | 0 | 111001 | 111011 | 10110 | 10 | 110010 | 110111 |
Color Harmonies of #C65552
Complementary color
Monochromatic Colors of #C65552
Black with #C65552
Text Example
Text Example
White with #C65552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65552; }
p { color: rgb(198,85,82); }
H1.HeaderClassName
{
color: #C65552;
}
.AnyTagClassName
{
color: #C65552;
}
</style>
background-color css
<style>
a { background-color: #C65552; }
a { background-color: rgb(198,85,82); }
div.DivClassName
{
background-color: #C65552;
}
.BgClassName
{
background-color: #C65552;
}
</style>
border-color css
<style>
span { border-color: #C65552; }
span { border-color: rgb(198,85,82); }
td.TdClassName
{
border-color: #C65552;
}
.TagClassName
{
border-color: #C65552;
}
</style>