Shades of Fuzzy Wuzzy Brown #C15252
Tints of Fuzzy Wuzzy Brown #C15252
RGB
CMYK
RGB Variations
Color information
#C15252 (or 0xC15252) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 52 and 52. RGB value is (193,82,82). Sum of RGB (Red+Green+Blue) = 193+82+82=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C15252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15252 is #3EADAD. Grayscale: #737373. Windows color (decimal): -4107694 or 5395137. OLE color: 5395137.
HSL color Cylindrical-coordinate representation of color #C15252: hue angle of 0º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15252 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 82 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.24 |
| HSL | 0º | 0.47% | 0.54% | - |
| HSV(B) | 0º | 0.58% | 0.76% | - |
| XYZ | 26.53 | 17.98 | 10.05 | - |
| YUV | 115.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 82 | 0 | 0.58 | 0.58 | 0.24 | 0 | 0.47 | 0.54 |
| Hex | C1 | 52 | 52 | 0 | 3A | 3A | 18 | 0 | 2F | 36 |
| Octal | 301 | 122 | 122 | 0 | 72 | 72 | 30 | 0 | 57 | 66 |
| Binary | 11000001 | 1010010 | 1010010 | 0 | 111010 | 111010 | 11000 | 0 | 101111 | 110110 |
Color Harmonies of #C15252
Complementary color
Monochromatic Colors of #C15252
Black with #C15252
Text Example
Text Example
White with #C15252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15252; }
p { color: rgb(193,82,82); }
H1.HeaderClassName
{
color: #C15252;
}
.AnyTagClassName
{
color: #C15252;
}
</style>
background-color css
<style>
a { background-color: #C15252; }
a { background-color: rgb(193,82,82); }
div.DivClassName
{
background-color: #C15252;
}
.BgClassName
{
background-color: #C15252;
}
</style>
border-color css
<style>
span { border-color: #C15252; }
span { border-color: rgb(193,82,82); }
td.TdClassName
{
border-color: #C15252;
}
.TagClassName
{
border-color: #C15252;
}
</style>