Shades of Fuzzy Wuzzy Brown #C75A52
Tints of Fuzzy Wuzzy Brown #C75A52
RGB
CMYK
RGB Variations
Color information
#C75A52 (or 0xC75A52) is known color: Fuzzy Wuzzy Brown. HEX triplet: C7, 5A and 52. RGB value is (199,90,82). Sum of RGB (Red+Green+Blue) = 199+90+82=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A52 is #38A5AD. Grayscale: #797979. Windows color (decimal): -3712430 or 5397191. OLE color: 5397191.
HSL color Cylindrical-coordinate representation of color #C75A52: hue angle of 4.1º 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 #C75A52 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 82 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.22 |
| HSL | 4.1º | 0.51% | 0.55% | - |
| HSV(B) | 4.1º | 0.59% | 0.78% | - |
| XYZ | 28.73 | 20.06 | 10.34 | - |
| YUV | 121.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 82 | 0 | 0.55 | 0.59 | 0.22 | 4.1 | 0.51 | 0.55 |
| Hex | C7 | 5A | 52 | 0 | 37 | 3B | 16 | 4 | 33 | 37 |
| Octal | 307 | 132 | 122 | 0 | 67 | 73 | 26 | 4 | 63 | 67 |
| Binary | 11000111 | 1011010 | 1010010 | 0 | 110111 | 111011 | 10110 | 100 | 110011 | 110111 |
Color Harmonies of #C75A52
Complementary color
Monochromatic Colors of #C75A52
Black with #C75A52
Text Example
Text Example
White with #C75A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A52; }
p { color: rgb(199,90,82); }
H1.HeaderClassName
{
color: #C75A52;
}
.AnyTagClassName
{
color: #C75A52;
}
</style>
background-color css
<style>
a { background-color: #C75A52; }
a { background-color: rgb(199,90,82); }
div.DivClassName
{
background-color: #C75A52;
}
.BgClassName
{
background-color: #C75A52;
}
</style>
border-color css
<style>
span { border-color: #C75A52; }
span { border-color: rgb(199,90,82); }
td.TdClassName
{
border-color: #C75A52;
}
.TagClassName
{
border-color: #C75A52;
}
</style>