Shades of Fuzzy Wuzzy Brown #C05A53
Tints of Fuzzy Wuzzy Brown #C05A53
RGB
CMYK
RGB Variations
Color information
#C05A53 (or 0xC05A53) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 53. RGB value is (192,90,83). Sum of RGB (Red+Green+Blue) = 192+90+83=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A53 is #3FA5AC. Grayscale: #777777. Windows color (decimal): -4171181 or 5462720. OLE color: 5462720.
HSL color Cylindrical-coordinate representation of color #C05A53: hue angle of 3.85º 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 #C05A53 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 83 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.25 |
| HSL | 3.85º | 0.46% | 0.54% | - |
| HSV(B) | 3.85º | 0.57% | 0.75% | - |
| XYZ | 26.96 | 19.14 | 10.46 | - |
| YUV | 119.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 83 | 0 | 0.53 | 0.57 | 0.25 | 3.85 | 0.46 | 0.54 |
| Hex | C0 | 5A | 53 | 0 | 35 | 39 | 19 | 4 | 2E | 36 |
| Octal | 300 | 132 | 123 | 0 | 65 | 71 | 31 | 4 | 56 | 66 |
| Binary | 11000000 | 1011010 | 1010011 | 0 | 110101 | 111001 | 11001 | 100 | 101110 | 110110 |
Color Harmonies of #C05A53
Complementary color
Monochromatic Colors of #C05A53
Black with #C05A53
Text Example
Text Example
White with #C05A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A53; }
p { color: rgb(192,90,83); }
H1.HeaderClassName
{
color: #C05A53;
}
.AnyTagClassName
{
color: #C05A53;
}
</style>
background-color css
<style>
a { background-color: #C05A53; }
a { background-color: rgb(192,90,83); }
div.DivClassName
{
background-color: #C05A53;
}
.BgClassName
{
background-color: #C05A53;
}
</style>
border-color css
<style>
span { border-color: #C05A53; }
span { border-color: rgb(192,90,83); }
td.TdClassName
{
border-color: #C05A53;
}
.TagClassName
{
border-color: #C05A53;
}
</style>