Shades of Fuzzy Wuzzy Brown #C05653
Tints of Fuzzy Wuzzy Brown #C05653
RGB
CMYK
RGB Variations
Color information
#C05653 (or 0xC05653) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 56 and 53. RGB value is (192,86,83). Sum of RGB (Red+Green+Blue) = 192+86+83=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C05653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05653 is #3FA9AC. Grayscale: #757575. Windows color (decimal): -4172205 or 5461696. OLE color: 5461696.
HSL color Cylindrical-coordinate representation of color #C05653: hue angle of 1.65º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05653 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 83 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.25 |
| HSL | 1.65º | 0.46% | 0.54% | - |
| HSV(B) | 1.65º | 0.57% | 0.75% | - |
| XYZ | 26.63 | 18.49 | 10.35 | - |
| YUV | 117.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 83 | 0 | 0.55 | 0.57 | 0.25 | 1.65 | 0.46 | 0.54 |
| Hex | C0 | 56 | 53 | 0 | 37 | 39 | 19 | 2 | 2E | 36 |
| Octal | 300 | 126 | 123 | 0 | 67 | 71 | 31 | 2 | 56 | 66 |
| Binary | 11000000 | 1010110 | 1010011 | 0 | 110111 | 111001 | 11001 | 10 | 101110 | 110110 |
Color Harmonies of #C05653
Complementary color
Monochromatic Colors of #C05653
Black with #C05653
Text Example
Text Example
White with #C05653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05653; }
p { color: rgb(192,86,83); }
H1.HeaderClassName
{
color: #C05653;
}
.AnyTagClassName
{
color: #C05653;
}
</style>
background-color css
<style>
a { background-color: #C05653; }
a { background-color: rgb(192,86,83); }
div.DivClassName
{
background-color: #C05653;
}
.BgClassName
{
background-color: #C05653;
}
</style>
border-color css
<style>
span { border-color: #C05653; }
span { border-color: rgb(192,86,83); }
td.TdClassName
{
border-color: #C05653;
}
.TagClassName
{
border-color: #C05653;
}
</style>