Shades of Fuzzy Wuzzy Brown #C15954
Tints of Fuzzy Wuzzy Brown #C15954
RGB
CMYK
RGB Variations
Color information
#C15954 (or 0xC15954) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 59 and 54. RGB value is (193,89,84). Sum of RGB (Red+Green+Blue) = 193+89+84=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C15954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15954 is #3EA6AB. Grayscale: #777777. Windows color (decimal): -4105900 or 5528001. OLE color: 5528001.
HSL color Cylindrical-coordinate representation of color #C15954: hue angle of 2.75º 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 #C15954 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 84 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.24 |
| HSL | 2.75º | 0.47% | 0.54% | - |
| HSV(B) | 2.75º | 0.56% | 0.76% | - |
| XYZ | 27.16 | 19.12 | 10.65 | - |
| YUV | 119.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 84 | 0 | 0.54 | 0.56 | 0.24 | 2.75 | 0.47 | 0.54 |
| Hex | C1 | 59 | 54 | 0 | 36 | 38 | 18 | 3 | 2F | 36 |
| Octal | 301 | 131 | 124 | 0 | 66 | 70 | 30 | 3 | 57 | 66 |
| Binary | 11000001 | 1011001 | 1010100 | 0 | 110110 | 111000 | 11000 | 11 | 101111 | 110110 |
Color Harmonies of #C15954
Complementary color
Monochromatic Colors of #C15954
Black with #C15954
Text Example
Text Example
White with #C15954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15954; }
p { color: rgb(193,89,84); }
H1.HeaderClassName
{
color: #C15954;
}
.AnyTagClassName
{
color: #C15954;
}
</style>
background-color css
<style>
a { background-color: #C15954; }
a { background-color: rgb(193,89,84); }
div.DivClassName
{
background-color: #C15954;
}
.BgClassName
{
background-color: #C15954;
}
</style>
border-color css
<style>
span { border-color: #C15954; }
span { border-color: rgb(193,89,84); }
td.TdClassName
{
border-color: #C15954;
}
.TagClassName
{
border-color: #C15954;
}
</style>