Shades of Fuzzy Wuzzy Brown #C65452
Tints of Fuzzy Wuzzy Brown #C65452
RGB
CMYK
RGB Variations
Color information
#C65452 (or 0xC65452) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 54 and 52. RGB value is (198,84,82). Sum of RGB (Red+Green+Blue) = 198+84+82=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C65452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65452 is #39ABAD. Grayscale: #757575. Windows color (decimal): -3779502 or 5395654. OLE color: 5395654.
HSL color Cylindrical-coordinate representation of color #C65452: hue angle of 1.03º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65452 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 82 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.22 |
| HSL | 1.03º | 0.5% | 0.55% | - |
| HSV(B) | 1.03º | 0.59% | 0.78% | - |
| XYZ | 27.98 | 18.96 | 10.17 | - |
| YUV | 117.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 82 | 0 | 0.58 | 0.59 | 0.22 | 1.03 | 0.5 | 0.55 |
| Hex | C6 | 54 | 52 | 0 | 3A | 3B | 16 | 1 | 32 | 37 |
| Octal | 306 | 124 | 122 | 0 | 72 | 73 | 26 | 1 | 62 | 67 |
| Binary | 11000110 | 1010100 | 1010010 | 0 | 111010 | 111011 | 10110 | 1 | 110010 | 110111 |
Color Harmonies of #C65452
Complementary color
Monochromatic Colors of #C65452
Black with #C65452
Text Example
Text Example
White with #C65452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65452; }
p { color: rgb(198,84,82); }
H1.HeaderClassName
{
color: #C65452;
}
.AnyTagClassName
{
color: #C65452;
}
</style>
background-color css
<style>
a { background-color: #C65452; }
a { background-color: rgb(198,84,82); }
div.DivClassName
{
background-color: #C65452;
}
.BgClassName
{
background-color: #C65452;
}
</style>
border-color css
<style>
span { border-color: #C65452; }
span { border-color: rgb(198,84,82); }
td.TdClassName
{
border-color: #C65452;
}
.TagClassName
{
border-color: #C65452;
}
</style>