Shades of Fuzzy Wuzzy Brown #C15552
Tints of Fuzzy Wuzzy Brown #C15552
RGB
CMYK
RGB Variations
Color information
#C15552 (or 0xC15552) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 55 and 52. RGB value is (193,85,82). Sum of RGB (Red+Green+Blue) = 193+85+82=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C15552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15552 is #3EAAAD. Grayscale: #757575. Windows color (decimal): -4106926 or 5395905. OLE color: 5395905.
HSL color Cylindrical-coordinate representation of color #C15552: hue angle of 1.62º 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 #C15552 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 82 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.24 |
| HSL | 1.62º | 0.47% | 0.54% | - |
| HSV(B) | 1.62º | 0.58% | 0.76% | - |
| XYZ | 26.76 | 18.44 | 10.13 | - |
| YUV | 116.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 82 | 0 | 0.56 | 0.58 | 0.24 | 1.62 | 0.47 | 0.54 |
| Hex | C1 | 55 | 52 | 0 | 38 | 3A | 18 | 2 | 2F | 36 |
| Octal | 301 | 125 | 122 | 0 | 70 | 72 | 30 | 2 | 57 | 66 |
| Binary | 11000001 | 1010101 | 1010010 | 0 | 111000 | 111010 | 11000 | 10 | 101111 | 110110 |
Color Harmonies of #C15552
Complementary color
Monochromatic Colors of #C15552
Black with #C15552
Text Example
Text Example
White with #C15552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15552; }
p { color: rgb(193,85,82); }
H1.HeaderClassName
{
color: #C15552;
}
.AnyTagClassName
{
color: #C15552;
}
</style>
background-color css
<style>
a { background-color: #C15552; }
a { background-color: rgb(193,85,82); }
div.DivClassName
{
background-color: #C15552;
}
.BgClassName
{
background-color: #C15552;
}
</style>
border-color css
<style>
span { border-color: #C15552; }
span { border-color: rgb(193,85,82); }
td.TdClassName
{
border-color: #C15552;
}
.TagClassName
{
border-color: #C15552;
}
</style>