Shades of Fuzzy Wuzzy Brown #C75350
Tints of Fuzzy Wuzzy Brown #C75350
RGB
CMYK
RGB Variations
Color information
#C75350 (or 0xC75350) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 53 and 50. RGB value is (199,83,80). Sum of RGB (Red+Green+Blue) = 199+83+80=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C75350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75350 is #38ACAF. Grayscale: #757575. Windows color (decimal): -3714224 or 5264327. OLE color: 5264327.
HSL color Cylindrical-coordinate representation of color #C75350: hue angle of 1.51º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75350 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 80 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.22 |
| HSL | 1.51º | 0.52% | 0.55% | - |
| HSV(B) | 1.51º | 0.6% | 0.78% | - |
| XYZ | 28.09 | 18.91 | 9.76 | - |
| YUV | 117.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 80 | 0 | 0.58 | 0.60 | 0.22 | 1.51 | 0.52 | 0.55 |
| Hex | C7 | 53 | 50 | 0 | 3A | 3C | 16 | 2 | 34 | 37 |
| Octal | 307 | 123 | 120 | 0 | 72 | 74 | 26 | 2 | 64 | 67 |
| Binary | 11000111 | 1010011 | 1010000 | 0 | 111010 | 111100 | 10110 | 10 | 110100 | 110111 |
Color Harmonies of #C75350
Complementary color
Monochromatic Colors of #C75350
Black with #C75350
Text Example
Text Example
White with #C75350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75350; }
p { color: rgb(199,83,80); }
H1.HeaderClassName
{
color: #C75350;
}
.AnyTagClassName
{
color: #C75350;
}
</style>
background-color css
<style>
a { background-color: #C75350; }
a { background-color: rgb(199,83,80); }
div.DivClassName
{
background-color: #C75350;
}
.BgClassName
{
background-color: #C75350;
}
</style>
border-color css
<style>
span { border-color: #C75350; }
span { border-color: rgb(199,83,80); }
td.TdClassName
{
border-color: #C75350;
}
.TagClassName
{
border-color: #C75350;
}
</style>