Shades of Fuzzy Wuzzy Brown #C15251
Tints of Fuzzy Wuzzy Brown #C15251
RGB
CMYK
RGB Variations
Color information
#C15251 (or 0xC15251) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 52 and 51. RGB value is (193,82,81). Sum of RGB (Red+Green+Blue) = 193+82+81=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C15251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15251 is #3EADAE. Grayscale: #737373. Windows color (decimal): -4107695 or 5329601. OLE color: 5329601.
HSL color Cylindrical-coordinate representation of color #C15251: hue angle of 0.54º 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 #C15251 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 81 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.24 |
| HSL | 0.54º | 0.47% | 0.54% | - |
| HSV(B) | 0.54º | 0.58% | 0.76% | - |
| XYZ | 26.49 | 17.97 | 9.86 | - |
| YUV | 115.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 81 | 0 | 0.58 | 0.58 | 0.24 | 0.54 | 0.47 | 0.54 |
| Hex | C1 | 52 | 51 | 0 | 3A | 3A | 18 | 1 | 2F | 36 |
| Octal | 301 | 122 | 121 | 0 | 72 | 72 | 30 | 1 | 57 | 66 |
| Binary | 11000001 | 1010010 | 1010001 | 0 | 111010 | 111010 | 11000 | 1 | 101111 | 110110 |
Color Harmonies of #C15251
Complementary color
Monochromatic Colors of #C15251
Black with #C15251
Text Example
Text Example
White with #C15251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15251; }
p { color: rgb(193,82,81); }
H1.HeaderClassName
{
color: #C15251;
}
.AnyTagClassName
{
color: #C15251;
}
</style>
background-color css
<style>
a { background-color: #C15251; }
a { background-color: rgb(193,82,81); }
div.DivClassName
{
background-color: #C15251;
}
.BgClassName
{
background-color: #C15251;
}
</style>
border-color css
<style>
span { border-color: #C15251; }
span { border-color: rgb(193,82,81); }
td.TdClassName
{
border-color: #C15251;
}
.TagClassName
{
border-color: #C15251;
}
</style>