Shades of Fuzzy Wuzzy Brown #C45353
Tints of Fuzzy Wuzzy Brown #C45353
RGB
CMYK
RGB Variations
Color information
#C45353 (or 0xC45353) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 53 and 53. RGB value is (196,83,83). Sum of RGB (Red+Green+Blue) = 196+83+83=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C45353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45353 is #3BACAC. Grayscale: #747474. Windows color (decimal): -3910829 or 5460932. OLE color: 5460932.
HSL color Cylindrical-coordinate representation of color #C45353: hue angle of 0º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45353 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 83 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.23 |
| HSL | 0º | 0.49% | 0.55% | - |
| HSV(B) | 0º | 0.58% | 0.77% | - |
| XYZ | 27.42 | 18.55 | 10.32 | - |
| YUV | 116.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 83 | 0 | 0.58 | 0.58 | 0.23 | 0 | 0.49 | 0.55 |
| Hex | C4 | 53 | 53 | 0 | 3A | 3A | 17 | 0 | 31 | 37 |
| Octal | 304 | 123 | 123 | 0 | 72 | 72 | 27 | 0 | 61 | 67 |
| Binary | 11000100 | 1010011 | 1010011 | 0 | 111010 | 111010 | 10111 | 0 | 110001 | 110111 |
Color Harmonies of #C45353
Complementary color
Monochromatic Colors of #C45353
Black with #C45353
Text Example
Text Example
White with #C45353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45353; }
p { color: rgb(196,83,83); }
H1.HeaderClassName
{
color: #C45353;
}
.AnyTagClassName
{
color: #C45353;
}
</style>
background-color css
<style>
a { background-color: #C45353; }
a { background-color: rgb(196,83,83); }
div.DivClassName
{
background-color: #C45353;
}
.BgClassName
{
background-color: #C45353;
}
</style>
border-color css
<style>
span { border-color: #C45353; }
span { border-color: rgb(196,83,83); }
td.TdClassName
{
border-color: #C45353;
}
.TagClassName
{
border-color: #C45353;
}
</style>