Shades of Fuzzy Wuzzy Brown #C15A55
Tints of Fuzzy Wuzzy Brown #C15A55
RGB
CMYK
RGB Variations
Color information
#C15A55 (or 0xC15A55) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 5A and 55. RGB value is (193,90,85). Sum of RGB (Red+Green+Blue) = 193+90+85=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15A55 is #3EA5AA. Grayscale: #787878. Windows color (decimal): -4105643 or 5593793. OLE color: 5593793.
HSL color Cylindrical-coordinate representation of color #C15A55: hue angle of 2.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15A55 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 85 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.24 |
| HSL | 2.78º | 0.47% | 0.55% | - |
| HSV(B) | 2.78º | 0.56% | 0.76% | - |
| XYZ | 27.29 | 19.31 | 10.88 | - |
| YUV | 120.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 85 | 0 | 0.53 | 0.56 | 0.24 | 2.78 | 0.47 | 0.55 |
| Hex | C1 | 5A | 55 | 0 | 35 | 38 | 18 | 3 | 2F | 37 |
| Octal | 301 | 132 | 125 | 0 | 65 | 70 | 30 | 3 | 57 | 67 |
| Binary | 11000001 | 1011010 | 1010101 | 0 | 110101 | 111000 | 11000 | 11 | 101111 | 110111 |
Color Harmonies of #C15A55
Complementary color
Monochromatic Colors of #C15A55
Black with #C15A55
Text Example
Text Example
White with #C15A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A55; }
p { color: rgb(193,90,85); }
H1.HeaderClassName
{
color: #C15A55;
}
.AnyTagClassName
{
color: #C15A55;
}
</style>
background-color css
<style>
a { background-color: #C15A55; }
a { background-color: rgb(193,90,85); }
div.DivClassName
{
background-color: #C15A55;
}
.BgClassName
{
background-color: #C15A55;
}
</style>
border-color css
<style>
span { border-color: #C15A55; }
span { border-color: rgb(193,90,85); }
td.TdClassName
{
border-color: #C15A55;
}
.TagClassName
{
border-color: #C15A55;
}
</style>