Shades of Fuzzy Wuzzy Brown #C65756
Tints of Fuzzy Wuzzy Brown #C65756
RGB
CMYK
RGB Variations
Color information
#C65756 (or 0xC65756) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 57 and 56. RGB value is (198,87,86). Sum of RGB (Red+Green+Blue) = 198+87+86=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C65756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65756 is #39A8A9. Grayscale: #787878. Windows color (decimal): -3778730 or 5658566. OLE color: 5658566.
HSL color Cylindrical-coordinate representation of color #C65756: hue angle of 0.54º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65756 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 86 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.22 |
| HSL | 0.54º | 0.5% | 0.56% | - |
| HSV(B) | 0.54º | 0.57% | 0.78% | - |
| XYZ | 28.38 | 19.49 | 11.07 | - |
| YUV | 120.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 86 | 0 | 0.56 | 0.57 | 0.22 | 0.54 | 0.5 | 0.56 |
| Hex | C6 | 57 | 56 | 0 | 38 | 39 | 16 | 1 | 32 | 38 |
| Octal | 306 | 127 | 126 | 0 | 70 | 71 | 26 | 1 | 62 | 70 |
| Binary | 11000110 | 1010111 | 1010110 | 0 | 111000 | 111001 | 10110 | 1 | 110010 | 111000 |
Color Harmonies of #C65756
Complementary color
Monochromatic Colors of #C65756
Black with #C65756
Text Example
Text Example
White with #C65756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65756; }
p { color: rgb(198,87,86); }
H1.HeaderClassName
{
color: #C65756;
}
.AnyTagClassName
{
color: #C65756;
}
</style>
background-color css
<style>
a { background-color: #C65756; }
a { background-color: rgb(198,87,86); }
div.DivClassName
{
background-color: #C65756;
}
.BgClassName
{
background-color: #C65756;
}
</style>
border-color css
<style>
span { border-color: #C65756; }
span { border-color: rgb(198,87,86); }
td.TdClassName
{
border-color: #C65756;
}
.TagClassName
{
border-color: #C65756;
}
</style>