Shades of Fuzzy Wuzzy Brown #C75A59
Tints of Fuzzy Wuzzy Brown #C75A59
RGB
CMYK
RGB Variations
Color information
#C75A59 (or 0xC75A59) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 5A and 59. RGB value is (199,90,89). Sum of RGB (Red+Green+Blue) = 199+90+89=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A59 is #38A5A6. Grayscale: #7A7A7A. Windows color (decimal): -3712423 or 5855943. OLE color: 5855943.
HSL color Cylindrical-coordinate representation of color #C75A59: hue angle of 0.55º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A59 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 89 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.22 |
| HSL | 0.55º | 0.5% | 0.56% | - |
| HSV(B) | 0.55º | 0.55% | 0.78% | - |
| XYZ | 29.01 | 20.18 | 11.82 | - |
| YUV | 122.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 89 | 0 | 0.55 | 0.55 | 0.22 | 0.55 | 0.5 | 0.56 |
| Hex | C7 | 5A | 59 | 0 | 37 | 37 | 16 | 1 | 32 | 38 |
| Octal | 307 | 132 | 131 | 0 | 67 | 67 | 26 | 1 | 62 | 70 |
| Binary | 11000111 | 1011010 | 1011001 | 0 | 110111 | 110111 | 10110 | 1 | 110010 | 111000 |
Color Harmonies of #C75A59
Complementary color
Monochromatic Colors of #C75A59
Black with #C75A59
Text Example
Text Example
White with #C75A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A59; }
p { color: rgb(199,90,89); }
H1.HeaderClassName
{
color: #C75A59;
}
.AnyTagClassName
{
color: #C75A59;
}
</style>
background-color css
<style>
a { background-color: #C75A59; }
a { background-color: rgb(199,90,89); }
div.DivClassName
{
background-color: #C75A59;
}
.BgClassName
{
background-color: #C75A59;
}
</style>
border-color css
<style>
span { border-color: #C75A59; }
span { border-color: rgb(199,90,89); }
td.TdClassName
{
border-color: #C75A59;
}
.TagClassName
{
border-color: #C75A59;
}
</style>