Shades of Fuzzy Wuzzy Brown #C15952
Tints of Fuzzy Wuzzy Brown #C15952
RGB
CMYK
RGB Variations
Color information
#C15952 (or 0xC15952) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 59 and 52. RGB value is (193,89,82). Sum of RGB (Red+Green+Blue) = 193+89+82=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C15952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15952 is #3EA6AD. Grayscale: #777777. Windows color (decimal): -4105902 or 5396929. OLE color: 5396929.
HSL color Cylindrical-coordinate representation of color #C15952: hue angle of 3.78º 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 #C15952 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 82 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.24 |
| HSL | 3.78º | 0.47% | 0.54% | - |
| HSV(B) | 3.78º | 0.58% | 0.76% | - |
| XYZ | 27.09 | 19.09 | 10.24 | - |
| YUV | 119.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 82 | 0 | 0.54 | 0.58 | 0.24 | 3.78 | 0.47 | 0.54 |
| Hex | C1 | 59 | 52 | 0 | 36 | 3A | 18 | 4 | 2F | 36 |
| Octal | 301 | 131 | 122 | 0 | 66 | 72 | 30 | 4 | 57 | 66 |
| Binary | 11000001 | 1011001 | 1010010 | 0 | 110110 | 111010 | 11000 | 100 | 101111 | 110110 |
Color Harmonies of #C15952
Complementary color
Monochromatic Colors of #C15952
Black with #C15952
Text Example
Text Example
White with #C15952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15952; }
p { color: rgb(193,89,82); }
H1.HeaderClassName
{
color: #C15952;
}
.AnyTagClassName
{
color: #C15952;
}
</style>
background-color css
<style>
a { background-color: #C15952; }
a { background-color: rgb(193,89,82); }
div.DivClassName
{
background-color: #C15952;
}
.BgClassName
{
background-color: #C15952;
}
</style>
border-color css
<style>
span { border-color: #C15952; }
span { border-color: rgb(193,89,82); }
td.TdClassName
{
border-color: #C15952;
}
.TagClassName
{
border-color: #C15952;
}
</style>