Shades of Fuzzy Wuzzy Brown #C75351
Tints of Fuzzy Wuzzy Brown #C75351
RGB
CMYK
RGB Variations
Color information
#C75351 (or 0xC75351) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 53 and 51. RGB value is (199,83,81). Sum of RGB (Red+Green+Blue) = 199+83+81=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C75351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75351 is #38ACAE. Grayscale: #757575. Windows color (decimal): -3714223 or 5329863. OLE color: 5329863.
HSL color Cylindrical-coordinate representation of color #C75351: hue angle of 1.02º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75351 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 81 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.22 |
| HSL | 1.02º | 0.51% | 0.55% | - |
| HSV(B) | 1.02º | 0.59% | 0.78% | - |
| XYZ | 28.13 | 18.92 | 9.95 | - |
| YUV | 117.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 81 | 0 | 0.58 | 0.59 | 0.22 | 1.02 | 0.51 | 0.55 |
| Hex | C7 | 53 | 51 | 0 | 3A | 3B | 16 | 1 | 33 | 37 |
| Octal | 307 | 123 | 121 | 0 | 72 | 73 | 26 | 1 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1010001 | 0 | 111010 | 111011 | 10110 | 1 | 110011 | 110111 |
Color Harmonies of #C75351
Complementary color
Monochromatic Colors of #C75351
Black with #C75351
Text Example
Text Example
White with #C75351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75351; }
p { color: rgb(199,83,81); }
H1.HeaderClassName
{
color: #C75351;
}
.AnyTagClassName
{
color: #C75351;
}
</style>
background-color css
<style>
a { background-color: #C75351; }
a { background-color: rgb(199,83,81); }
div.DivClassName
{
background-color: #C75351;
}
.BgClassName
{
background-color: #C75351;
}
</style>
border-color css
<style>
span { border-color: #C75351; }
span { border-color: rgb(199,83,81); }
td.TdClassName
{
border-color: #C75351;
}
.TagClassName
{
border-color: #C75351;
}
</style>