Shades of Fuzzy Wuzzy Brown #C15956
Tints of Fuzzy Wuzzy Brown #C15956
RGB
CMYK
RGB Variations
Color information
#C15956 (or 0xC15956) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 59 and 56. RGB value is (193,89,86). Sum of RGB (Red+Green+Blue) = 193+89+86=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C15956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15956 is #3EA6A9. Grayscale: #777777. Windows color (decimal): -4105898 or 5659073. OLE color: 5659073.
HSL color Cylindrical-coordinate representation of color #C15956: hue angle of 1.68º 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 #C15956 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 86 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.24 |
| HSL | 1.68º | 0.46% | 0.55% | - |
| HSV(B) | 1.68º | 0.55% | 0.76% | - |
| XYZ | 27.24 | 19.15 | 11.07 | - |
| YUV | 119.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 86 | 0 | 0.54 | 0.55 | 0.24 | 1.68 | 0.46 | 0.55 |
| Hex | C1 | 59 | 56 | 0 | 36 | 37 | 18 | 2 | 2E | 37 |
| Octal | 301 | 131 | 126 | 0 | 66 | 67 | 30 | 2 | 56 | 67 |
| Binary | 11000001 | 1011001 | 1010110 | 0 | 110110 | 110111 | 11000 | 10 | 101110 | 110111 |
Color Harmonies of #C15956
Complementary color
Monochromatic Colors of #C15956
Black with #C15956
Text Example
Text Example
White with #C15956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15956; }
p { color: rgb(193,89,86); }
H1.HeaderClassName
{
color: #C15956;
}
.AnyTagClassName
{
color: #C15956;
}
</style>
background-color css
<style>
a { background-color: #C15956; }
a { background-color: rgb(193,89,86); }
div.DivClassName
{
background-color: #C15956;
}
.BgClassName
{
background-color: #C15956;
}
</style>
border-color css
<style>
span { border-color: #C15956; }
span { border-color: rgb(193,89,86); }
td.TdClassName
{
border-color: #C15956;
}
.TagClassName
{
border-color: #C15956;
}
</style>