Shades of Fuzzy Wuzzy Brown #C75953
Tints of Fuzzy Wuzzy Brown #C75953
RGB
CMYK
RGB Variations
Color information
#C75953 (or 0xC75953) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 59 and 53. RGB value is (199,89,83). Sum of RGB (Red+Green+Blue) = 199+89+83=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C75953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75953 is #38A6AC. Grayscale: #797979. Windows color (decimal): -3712685 or 5462471. OLE color: 5462471.
HSL color Cylindrical-coordinate representation of color #C75953: hue angle of 3.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75953 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 83 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.22 |
| HSL | 3.1º | 0.51% | 0.55% | - |
| HSV(B) | 3.1º | 0.58% | 0.78% | - |
| XYZ | 28.69 | 19.91 | 10.51 | - |
| YUV | 121.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 83 | 0 | 0.55 | 0.58 | 0.22 | 3.1 | 0.51 | 0.55 |
| Hex | C7 | 59 | 53 | 0 | 37 | 3A | 16 | 3 | 33 | 37 |
| Octal | 307 | 131 | 123 | 0 | 67 | 72 | 26 | 3 | 63 | 67 |
| Binary | 11000111 | 1011001 | 1010011 | 0 | 110111 | 111010 | 10110 | 11 | 110011 | 110111 |
Color Harmonies of #C75953
Complementary color
Monochromatic Colors of #C75953
Black with #C75953
Text Example
Text Example
White with #C75953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75953; }
p { color: rgb(199,89,83); }
H1.HeaderClassName
{
color: #C75953;
}
.AnyTagClassName
{
color: #C75953;
}
</style>
background-color css
<style>
a { background-color: #C75953; }
a { background-color: rgb(199,89,83); }
div.DivClassName
{
background-color: #C75953;
}
.BgClassName
{
background-color: #C75953;
}
</style>
border-color css
<style>
span { border-color: #C75953; }
span { border-color: rgb(199,89,83); }
td.TdClassName
{
border-color: #C75953;
}
.TagClassName
{
border-color: #C75953;
}
</style>