Shades of Fuzzy Wuzzy Brown #C45452
Tints of Fuzzy Wuzzy Brown #C45452
RGB
CMYK
RGB Variations
Color information
#C45452 (or 0xC45452) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 54 and 52. RGB value is (196,84,82). Sum of RGB (Red+Green+Blue) = 196+84+82=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C45452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45452 is #3BABAD. Grayscale: #757575. Windows color (decimal): -3910574 or 5395652. OLE color: 5395652.
HSL color Cylindrical-coordinate representation of color #C45452: hue angle of 1.05º 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 #C45452 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 82 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.23 |
| HSL | 1.05º | 0.49% | 0.55% | - |
| HSV(B) | 1.05º | 0.58% | 0.77% | - |
| XYZ | 27.46 | 18.69 | 10.14 | - |
| YUV | 117.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 82 | 0 | 0.57 | 0.58 | 0.23 | 1.05 | 0.49 | 0.55 |
| Hex | C4 | 54 | 52 | 0 | 39 | 3A | 17 | 1 | 31 | 37 |
| Octal | 304 | 124 | 122 | 0 | 71 | 72 | 27 | 1 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1010010 | 0 | 111001 | 111010 | 10111 | 1 | 110001 | 110111 |
Color Harmonies of #C45452
Complementary color
Monochromatic Colors of #C45452
Black with #C45452
Text Example
Text Example
White with #C45452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45452; }
p { color: rgb(196,84,82); }
H1.HeaderClassName
{
color: #C45452;
}
.AnyTagClassName
{
color: #C45452;
}
</style>
background-color css
<style>
a { background-color: #C45452; }
a { background-color: rgb(196,84,82); }
div.DivClassName
{
background-color: #C45452;
}
.BgClassName
{
background-color: #C45452;
}
</style>
border-color css
<style>
span { border-color: #C45452; }
span { border-color: rgb(196,84,82); }
td.TdClassName
{
border-color: #C45452;
}
.TagClassName
{
border-color: #C45452;
}
</style>