Shades of Fuzzy Wuzzy Brown #C15854
Tints of Fuzzy Wuzzy Brown #C15854
RGB
CMYK
RGB Variations
Color information
#C15854 (or 0xC15854) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 58 and 54. RGB value is (193,88,84). Sum of RGB (Red+Green+Blue) = 193+88+84=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C15854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15854 is #3EA7AB. Grayscale: #777777. Windows color (decimal): -4106156 or 5527745. OLE color: 5527745.
HSL color Cylindrical-coordinate representation of color #C15854: hue angle of 2.2º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15854 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 84 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.24 |
| HSL | 2.2º | 0.47% | 0.54% | - |
| HSV(B) | 2.2º | 0.56% | 0.76% | - |
| XYZ | 27.08 | 18.96 | 10.62 | - |
| YUV | 118.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 84 | 0 | 0.54 | 0.56 | 0.24 | 2.2 | 0.47 | 0.54 |
| Hex | C1 | 58 | 54 | 0 | 36 | 38 | 18 | 2 | 2F | 36 |
| Octal | 301 | 130 | 124 | 0 | 66 | 70 | 30 | 2 | 57 | 66 |
| Binary | 11000001 | 1011000 | 1010100 | 0 | 110110 | 111000 | 11000 | 10 | 101111 | 110110 |
Color Harmonies of #C15854
Complementary color
Monochromatic Colors of #C15854
Black with #C15854
Text Example
Text Example
White with #C15854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15854; }
p { color: rgb(193,88,84); }
H1.HeaderClassName
{
color: #C15854;
}
.AnyTagClassName
{
color: #C15854;
}
</style>
background-color css
<style>
a { background-color: #C15854; }
a { background-color: rgb(193,88,84); }
div.DivClassName
{
background-color: #C15854;
}
.BgClassName
{
background-color: #C15854;
}
</style>
border-color css
<style>
span { border-color: #C15854; }
span { border-color: rgb(193,88,84); }
td.TdClassName
{
border-color: #C15854;
}
.TagClassName
{
border-color: #C15854;
}
</style>