Shades of Fuzzy Wuzzy Brown #C05652
Tints of Fuzzy Wuzzy Brown #C05652
RGB
CMYK
RGB Variations
Color information
#C05652 (or 0xC05652) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 56 and 52. RGB value is (192,86,82). Sum of RGB (Red+Green+Blue) = 192+86+82=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C05652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05652 is #3FA9AD. Grayscale: #757575. Windows color (decimal): -4172206 or 5396160. OLE color: 5396160.
HSL color Cylindrical-coordinate representation of color #C05652: hue angle of 2.18º degrees, saturation: 0.47, 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 #C05652 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 82 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.25 |
| HSL | 2.18º | 0.47% | 0.54% | - |
| HSV(B) | 2.18º | 0.57% | 0.75% | - |
| XYZ | 26.59 | 18.47 | 10.15 | - |
| YUV | 117.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 82 | 0 | 0.55 | 0.57 | 0.25 | 2.18 | 0.47 | 0.54 |
| Hex | C0 | 56 | 52 | 0 | 37 | 39 | 19 | 2 | 2F | 36 |
| Octal | 300 | 126 | 122 | 0 | 67 | 71 | 31 | 2 | 57 | 66 |
| Binary | 11000000 | 1010110 | 1010010 | 0 | 110111 | 111001 | 11001 | 10 | 101111 | 110110 |
Color Harmonies of #C05652
Complementary color
Monochromatic Colors of #C05652
Black with #C05652
Text Example
Text Example
White with #C05652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05652; }
p { color: rgb(192,86,82); }
H1.HeaderClassName
{
color: #C05652;
}
.AnyTagClassName
{
color: #C05652;
}
</style>
background-color css
<style>
a { background-color: #C05652; }
a { background-color: rgb(192,86,82); }
div.DivClassName
{
background-color: #C05652;
}
.BgClassName
{
background-color: #C05652;
}
</style>
border-color css
<style>
span { border-color: #C05652; }
span { border-color: rgb(192,86,82); }
td.TdClassName
{
border-color: #C05652;
}
.TagClassName
{
border-color: #C05652;
}
</style>