Shades of Fuzzy Wuzzy Brown #C05452
Tints of Fuzzy Wuzzy Brown #C05452
RGB
CMYK
RGB Variations
Color information
#C05452 (or 0xC05452) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 54 and 52. RGB value is (192,84,82). Sum of RGB (Red+Green+Blue) = 192+84+82=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C05452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05452 is #3FABAD. Grayscale: #747474. Windows color (decimal): -4172718 or 5395648. OLE color: 5395648.
HSL color Cylindrical-coordinate representation of color #C05452: hue angle of 1.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05452 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 82 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.25 |
| HSL | 1.09º | 0.47% | 0.54% | - |
| HSV(B) | 1.09º | 0.57% | 0.75% | - |
| XYZ | 26.43 | 18.16 | 10.09 | - |
| YUV | 116.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 82 | 0 | 0.56 | 0.57 | 0.25 | 1.09 | 0.47 | 0.54 |
| Hex | C0 | 54 | 52 | 0 | 38 | 39 | 19 | 1 | 2F | 36 |
| Octal | 300 | 124 | 122 | 0 | 70 | 71 | 31 | 1 | 57 | 66 |
| Binary | 11000000 | 1010100 | 1010010 | 0 | 111000 | 111001 | 11001 | 1 | 101111 | 110110 |
Color Harmonies of #C05452
Complementary color
Monochromatic Colors of #C05452
Black with #C05452
Text Example
Text Example
White with #C05452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05452; }
p { color: rgb(192,84,82); }
H1.HeaderClassName
{
color: #C05452;
}
.AnyTagClassName
{
color: #C05452;
}
</style>
background-color css
<style>
a { background-color: #C05452; }
a { background-color: rgb(192,84,82); }
div.DivClassName
{
background-color: #C05452;
}
.BgClassName
{
background-color: #C05452;
}
</style>
border-color css
<style>
span { border-color: #C05452; }
span { border-color: rgb(192,84,82); }
td.TdClassName
{
border-color: #C05452;
}
.TagClassName
{
border-color: #C05452;
}
</style>