Shades of Fuzzy Wuzzy Brown #C75353
Tints of Fuzzy Wuzzy Brown #C75353
RGB
CMYK
RGB Variations
Color information
#C75353 (or 0xC75353) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 53 and 53. RGB value is (199,83,83). Sum of RGB (Red+Green+Blue) = 199+83+83=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C75353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75353 is #38ACAC. Grayscale: #757575. Windows color (decimal): -3714221 or 5460935. OLE color: 5460935.
HSL color Cylindrical-coordinate representation of color #C75353: hue angle of 0º 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 #C75353 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 83 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.22 |
| HSL | 0º | 0.51% | 0.55% | - |
| HSV(B) | 0º | 0.58% | 0.78% | - |
| XYZ | 28.21 | 18.95 | 10.36 | - |
| YUV | 117.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 83 | 0 | 0.58 | 0.58 | 0.22 | 0 | 0.51 | 0.55 |
| Hex | C7 | 53 | 53 | 0 | 3A | 3A | 16 | 0 | 33 | 37 |
| Octal | 307 | 123 | 123 | 0 | 72 | 72 | 26 | 0 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1010011 | 0 | 111010 | 111010 | 10110 | 0 | 110011 | 110111 |
Color Harmonies of #C75353
Complementary color
Monochromatic Colors of #C75353
Black with #C75353
Text Example
Text Example
White with #C75353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75353; }
p { color: rgb(199,83,83); }
H1.HeaderClassName
{
color: #C75353;
}
.AnyTagClassName
{
color: #C75353;
}
</style>
background-color css
<style>
a { background-color: #C75353; }
a { background-color: rgb(199,83,83); }
div.DivClassName
{
background-color: #C75353;
}
.BgClassName
{
background-color: #C75353;
}
</style>
border-color css
<style>
span { border-color: #C75353; }
span { border-color: rgb(199,83,83); }
td.TdClassName
{
border-color: #C75353;
}
.TagClassName
{
border-color: #C75353;
}
</style>