Shades of Fuzzy Wuzzy Brown #C45450
Tints of Fuzzy Wuzzy Brown #C45450
RGB
CMYK
RGB Variations
Color information
#C45450 (or 0xC45450) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 54 and 50. RGB value is (196,84,80). Sum of RGB (Red+Green+Blue) = 196+84+80=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C45450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45450 is #3BABAF. Grayscale: #757575. Windows color (decimal): -3910576 or 5264580. OLE color: 5264580.
HSL color Cylindrical-coordinate representation of color #C45450: hue angle of 2.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45450 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 80 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.23 |
| HSL | 2.07º | 0.5% | 0.54% | - |
| HSV(B) | 2.07º | 0.59% | 0.77% | - |
| XYZ | 27.38 | 18.66 | 9.75 | - |
| YUV | 117.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 80 | 0 | 0.57 | 0.59 | 0.23 | 2.07 | 0.5 | 0.54 |
| Hex | C4 | 54 | 50 | 0 | 39 | 3B | 17 | 2 | 32 | 36 |
| Octal | 304 | 124 | 120 | 0 | 71 | 73 | 27 | 2 | 62 | 66 |
| Binary | 11000100 | 1010100 | 1010000 | 0 | 111001 | 111011 | 10111 | 10 | 110010 | 110110 |
Color Harmonies of #C45450
Complementary color
Monochromatic Colors of #C45450
Black with #C45450
Text Example
Text Example
White with #C45450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45450; }
p { color: rgb(196,84,80); }
H1.HeaderClassName
{
color: #C45450;
}
.AnyTagClassName
{
color: #C45450;
}
</style>
background-color css
<style>
a { background-color: #C45450; }
a { background-color: rgb(196,84,80); }
div.DivClassName
{
background-color: #C45450;
}
.BgClassName
{
background-color: #C45450;
}
</style>
border-color css
<style>
span { border-color: #C45450; }
span { border-color: rgb(196,84,80); }
td.TdClassName
{
border-color: #C45450;
}
.TagClassName
{
border-color: #C45450;
}
</style>