Shades of Fuzzy Wuzzy Brown #C05451
Tints of Fuzzy Wuzzy Brown #C05451
RGB
CMYK
RGB Variations
Color information
#C05451 (or 0xC05451) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 54 and 51. RGB value is (192,84,81). Sum of RGB (Red+Green+Blue) = 192+84+81=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C05451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05451 is #3FABAE. Grayscale: #747474. Windows color (decimal): -4172719 or 5330112. OLE color: 5330112.
HSL color Cylindrical-coordinate representation of color #C05451: hue angle of 1.62º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05451 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 81 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.25 |
| HSL | 1.62º | 0.47% | 0.54% | - |
| HSV(B) | 1.62º | 0.58% | 0.75% | - |
| XYZ | 26.39 | 18.14 | 9.9 | - |
| YUV | 115.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 81 | 0 | 0.56 | 0.58 | 0.25 | 1.62 | 0.47 | 0.54 |
| Hex | C0 | 54 | 51 | 0 | 38 | 3A | 19 | 2 | 2F | 36 |
| Octal | 300 | 124 | 121 | 0 | 70 | 72 | 31 | 2 | 57 | 66 |
| Binary | 11000000 | 1010100 | 1010001 | 0 | 111000 | 111010 | 11001 | 10 | 101111 | 110110 |
Color Harmonies of #C05451
Complementary color
Monochromatic Colors of #C05451
Black with #C05451
Text Example
Text Example
White with #C05451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05451; }
p { color: rgb(192,84,81); }
H1.HeaderClassName
{
color: #C05451;
}
.AnyTagClassName
{
color: #C05451;
}
</style>
background-color css
<style>
a { background-color: #C05451; }
a { background-color: rgb(192,84,81); }
div.DivClassName
{
background-color: #C05451;
}
.BgClassName
{
background-color: #C05451;
}
</style>
border-color css
<style>
span { border-color: #C05451; }
span { border-color: rgb(192,84,81); }
td.TdClassName
{
border-color: #C05451;
}
.TagClassName
{
border-color: #C05451;
}
</style>