Shades of Fuzzy Wuzzy Brown #C05753
Tints of Fuzzy Wuzzy Brown #C05753
RGB
CMYK
RGB Variations
Color information
#C05753 (or 0xC05753) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 57 and 53. RGB value is (192,87,83). Sum of RGB (Red+Green+Blue) = 192+87+83=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C05753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05753 is #3FA8AC. Grayscale: #767676. Windows color (decimal): -4171949 or 5461952. OLE color: 5461952.
HSL color Cylindrical-coordinate representation of color #C05753: hue angle of 2.2º 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 #C05753 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 83 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.25 |
| HSL | 2.2º | 0.46% | 0.54% | - |
| HSV(B) | 2.2º | 0.57% | 0.75% | - |
| XYZ | 26.71 | 18.65 | 10.38 | - |
| YUV | 117.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 83 | 0 | 0.55 | 0.57 | 0.25 | 2.2 | 0.46 | 0.54 |
| Hex | C0 | 57 | 53 | 0 | 37 | 39 | 19 | 2 | 2E | 36 |
| Octal | 300 | 127 | 123 | 0 | 67 | 71 | 31 | 2 | 56 | 66 |
| Binary | 11000000 | 1010111 | 1010011 | 0 | 110111 | 111001 | 11001 | 10 | 101110 | 110110 |
Color Harmonies of #C05753
Complementary color
Monochromatic Colors of #C05753
Black with #C05753
Text Example
Text Example
White with #C05753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05753; }
p { color: rgb(192,87,83); }
H1.HeaderClassName
{
color: #C05753;
}
.AnyTagClassName
{
color: #C05753;
}
</style>
background-color css
<style>
a { background-color: #C05753; }
a { background-color: rgb(192,87,83); }
div.DivClassName
{
background-color: #C05753;
}
.BgClassName
{
background-color: #C05753;
}
</style>
border-color css
<style>
span { border-color: #C05753; }
span { border-color: rgb(192,87,83); }
td.TdClassName
{
border-color: #C05753;
}
.TagClassName
{
border-color: #C05753;
}
</style>