Shades of Fuzzy Wuzzy Brown #C15A57
Tints of Fuzzy Wuzzy Brown #C15A57
RGB
CMYK
RGB Variations
Color information
#C15A57 (or 0xC15A57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 5A and 57. RGB value is (193,90,87). Sum of RGB (Red+Green+Blue) = 193+90+87=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15A57 is #3EA5A8. Grayscale: #787878. Windows color (decimal): -4105641 or 5724865. OLE color: 5724865.
HSL color Cylindrical-coordinate representation of color #C15A57: hue angle of 1.7º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15A57 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 87 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.24 |
| HSL | 1.7º | 0.46% | 0.55% | - |
| HSV(B) | 1.7º | 0.55% | 0.76% | - |
| XYZ | 27.37 | 19.34 | 11.31 | - |
| YUV | 120.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 87 | 0 | 0.53 | 0.55 | 0.24 | 1.7 | 0.46 | 0.55 |
| Hex | C1 | 5A | 57 | 0 | 35 | 37 | 18 | 2 | 2E | 37 |
| Octal | 301 | 132 | 127 | 0 | 65 | 67 | 30 | 2 | 56 | 67 |
| Binary | 11000001 | 1011010 | 1010111 | 0 | 110101 | 110111 | 11000 | 10 | 101110 | 110111 |
Color Harmonies of #C15A57
Complementary color
Monochromatic Colors of #C15A57
Black with #C15A57
Text Example
Text Example
White with #C15A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A57; }
p { color: rgb(193,90,87); }
H1.HeaderClassName
{
color: #C15A57;
}
.AnyTagClassName
{
color: #C15A57;
}
</style>
background-color css
<style>
a { background-color: #C15A57; }
a { background-color: rgb(193,90,87); }
div.DivClassName
{
background-color: #C15A57;
}
.BgClassName
{
background-color: #C15A57;
}
</style>
border-color css
<style>
span { border-color: #C15A57; }
span { border-color: rgb(193,90,87); }
td.TdClassName
{
border-color: #C15A57;
}
.TagClassName
{
border-color: #C15A57;
}
</style>