Shades of Fuzzy Wuzzy Brown #C05852
Tints of Fuzzy Wuzzy Brown #C05852
RGB
CMYK
RGB Variations
Color information
#C05852 (or 0xC05852) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 58 and 52. RGB value is (192,88,82). Sum of RGB (Red+Green+Blue) = 192+88+82=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C05852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05852 is #3FA7AD. Grayscale: #767676. Windows color (decimal): -4171694 or 5396672. OLE color: 5396672.
HSL color Cylindrical-coordinate representation of color #C05852: hue angle of 3.27º 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 #C05852 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 82 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.25 |
| HSL | 3.27º | 0.47% | 0.54% | - |
| HSV(B) | 3.27º | 0.57% | 0.75% | - |
| XYZ | 26.75 | 18.8 | 10.2 | - |
| YUV | 118.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 82 | 0 | 0.54 | 0.57 | 0.25 | 3.27 | 0.47 | 0.54 |
| Hex | C0 | 58 | 52 | 0 | 36 | 39 | 19 | 3 | 2F | 36 |
| Octal | 300 | 130 | 122 | 0 | 66 | 71 | 31 | 3 | 57 | 66 |
| Binary | 11000000 | 1011000 | 1010010 | 0 | 110110 | 111001 | 11001 | 11 | 101111 | 110110 |
Color Harmonies of #C05852
Complementary color
Monochromatic Colors of #C05852
Black with #C05852
Text Example
Text Example
White with #C05852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05852; }
p { color: rgb(192,88,82); }
H1.HeaderClassName
{
color: #C05852;
}
.AnyTagClassName
{
color: #C05852;
}
</style>
background-color css
<style>
a { background-color: #C05852; }
a { background-color: rgb(192,88,82); }
div.DivClassName
{
background-color: #C05852;
}
.BgClassName
{
background-color: #C05852;
}
</style>
border-color css
<style>
span { border-color: #C05852; }
span { border-color: rgb(192,88,82); }
td.TdClassName
{
border-color: #C05852;
}
.TagClassName
{
border-color: #C05852;
}
</style>