Shades of Fuzzy Wuzzy Brown #C05A52
Tints of Fuzzy Wuzzy Brown #C05A52
RGB
CMYK
RGB Variations
Color information
#C05A52 (or 0xC05A52) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 52. RGB value is (192,90,82). Sum of RGB (Red+Green+Blue) = 192+90+82=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A52 is #3FA5AD. Grayscale: #777777. Windows color (decimal): -4171182 or 5397184. OLE color: 5397184.
HSL color Cylindrical-coordinate representation of color #C05A52: hue angle of 4.36º 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 #C05A52 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 82 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.25 |
| HSL | 4.36º | 0.47% | 0.54% | - |
| HSV(B) | 4.36º | 0.57% | 0.75% | - |
| XYZ | 26.92 | 19.13 | 10.26 | - |
| YUV | 119.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 82 | 0 | 0.53 | 0.57 | 0.25 | 4.36 | 0.47 | 0.54 |
| Hex | C0 | 5A | 52 | 0 | 35 | 39 | 19 | 4 | 2F | 36 |
| Octal | 300 | 132 | 122 | 0 | 65 | 71 | 31 | 4 | 57 | 66 |
| Binary | 11000000 | 1011010 | 1010010 | 0 | 110101 | 111001 | 11001 | 100 | 101111 | 110110 |
Color Harmonies of #C05A52
Complementary color
Monochromatic Colors of #C05A52
Black with #C05A52
Text Example
Text Example
White with #C05A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A52; }
p { color: rgb(192,90,82); }
H1.HeaderClassName
{
color: #C05A52;
}
.AnyTagClassName
{
color: #C05A52;
}
</style>
background-color css
<style>
a { background-color: #C05A52; }
a { background-color: rgb(192,90,82); }
div.DivClassName
{
background-color: #C05A52;
}
.BgClassName
{
background-color: #C05A52;
}
</style>
border-color css
<style>
span { border-color: #C05A52; }
span { border-color: rgb(192,90,82); }
td.TdClassName
{
border-color: #C05A52;
}
.TagClassName
{
border-color: #C05A52;
}
</style>