Shades of Fuzzy Wuzzy Brown #C75A55
Tints of Fuzzy Wuzzy Brown #C75A55
RGB
CMYK
RGB Variations
Color information
#C75A55 (or 0xC75A55) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 5A and 55. RGB value is (199,90,85). Sum of RGB (Red+Green+Blue) = 199+90+85=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A55 is #38A5AA. Grayscale: #7A7A7A. Windows color (decimal): -3712427 or 5593799. OLE color: 5593799.
HSL color Cylindrical-coordinate representation of color #C75A55: hue angle of 2.63º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75A55 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 85 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.22 |
| HSL | 2.63º | 0.5% | 0.56% | - |
| HSV(B) | 2.63º | 0.57% | 0.78% | - |
| XYZ | 28.85 | 20.11 | 10.96 | - |
| YUV | 122.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 85 | 0 | 0.55 | 0.57 | 0.22 | 2.63 | 0.5 | 0.56 |
| Hex | C7 | 5A | 55 | 0 | 37 | 39 | 16 | 3 | 32 | 38 |
| Octal | 307 | 132 | 125 | 0 | 67 | 71 | 26 | 3 | 62 | 70 |
| Binary | 11000111 | 1011010 | 1010101 | 0 | 110111 | 111001 | 10110 | 11 | 110010 | 111000 |
Color Harmonies of #C75A55
Complementary color
Monochromatic Colors of #C75A55
Black with #C75A55
Text Example
Text Example
White with #C75A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A55; }
p { color: rgb(199,90,85); }
H1.HeaderClassName
{
color: #C75A55;
}
.AnyTagClassName
{
color: #C75A55;
}
</style>
background-color css
<style>
a { background-color: #C75A55; }
a { background-color: rgb(199,90,85); }
div.DivClassName
{
background-color: #C75A55;
}
.BgClassName
{
background-color: #C75A55;
}
</style>
border-color css
<style>
span { border-color: #C75A55; }
span { border-color: rgb(199,90,85); }
td.TdClassName
{
border-color: #C75A55;
}
.TagClassName
{
border-color: #C75A55;
}
</style>