Shades of Fuzzy Wuzzy Brown #C15651
Tints of Fuzzy Wuzzy Brown #C15651
RGB
CMYK
RGB Variations
Color information
#C15651 (or 0xC15651) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 56 and 51. RGB value is (193,86,81). Sum of RGB (Red+Green+Blue) = 193+86+81=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C15651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15651 is #3EA9AE. Grayscale: #757575. Windows color (decimal): -4106671 or 5330625. OLE color: 5330625.
HSL color Cylindrical-coordinate representation of color #C15651: hue angle of 2.68º 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 #C15651 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 81 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.24 |
| HSL | 2.68º | 0.47% | 0.54% | - |
| HSV(B) | 2.68º | 0.58% | 0.76% | - |
| XYZ | 26.81 | 18.59 | 9.96 | - |
| YUV | 117.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 81 | 0 | 0.55 | 0.58 | 0.24 | 2.68 | 0.47 | 0.54 |
| Hex | C1 | 56 | 51 | 0 | 37 | 3A | 18 | 3 | 2F | 36 |
| Octal | 301 | 126 | 121 | 0 | 67 | 72 | 30 | 3 | 57 | 66 |
| Binary | 11000001 | 1010110 | 1010001 | 0 | 110111 | 111010 | 11000 | 11 | 101111 | 110110 |
Color Harmonies of #C15651
Complementary color
Monochromatic Colors of #C15651
Black with #C15651
Text Example
Text Example
White with #C15651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15651; }
p { color: rgb(193,86,81); }
H1.HeaderClassName
{
color: #C15651;
}
.AnyTagClassName
{
color: #C15651;
}
</style>
background-color css
<style>
a { background-color: #C15651; }
a { background-color: rgb(193,86,81); }
div.DivClassName
{
background-color: #C15651;
}
.BgClassName
{
background-color: #C15651;
}
</style>
border-color css
<style>
span { border-color: #C15651; }
span { border-color: rgb(193,86,81); }
td.TdClassName
{
border-color: #C15651;
}
.TagClassName
{
border-color: #C15651;
}
</style>