Shades of Fuzzy Wuzzy Brown #C15C56
Tints of Fuzzy Wuzzy Brown #C15C56
RGB
CMYK
RGB Variations
Color information
#C15C56 (or 0xC15C56) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 5C and 56. RGB value is (193,92,86). Sum of RGB (Red+Green+Blue) = 193+92+86=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C56 is #3EA3A9. Grayscale: #797979. Windows color (decimal): -4105130 or 5659841. OLE color: 5659841.
HSL color Cylindrical-coordinate representation of color #C15C56: hue angle of 3.36º 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 #C15C56 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 86 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.24 |
| HSL | 3.36º | 0.46% | 0.55% | - |
| HSV(B) | 3.36º | 0.55% | 0.76% | - |
| XYZ | 27.5 | 19.66 | 11.15 | - |
| YUV | 121.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 86 | 0 | 0.52 | 0.55 | 0.24 | 3.36 | 0.46 | 0.55 |
| Hex | C1 | 5C | 56 | 0 | 34 | 37 | 18 | 3 | 2E | 37 |
| Octal | 301 | 134 | 126 | 0 | 64 | 67 | 30 | 3 | 56 | 67 |
| Binary | 11000001 | 1011100 | 1010110 | 0 | 110100 | 110111 | 11000 | 11 | 101110 | 110111 |
Color Harmonies of #C15C56
Complementary color
Monochromatic Colors of #C15C56
Black with #C15C56
Text Example
Text Example
White with #C15C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C56; }
p { color: rgb(193,92,86); }
H1.HeaderClassName
{
color: #C15C56;
}
.AnyTagClassName
{
color: #C15C56;
}
</style>
background-color css
<style>
a { background-color: #C15C56; }
a { background-color: rgb(193,92,86); }
div.DivClassName
{
background-color: #C15C56;
}
.BgClassName
{
background-color: #C15C56;
}
</style>
border-color css
<style>
span { border-color: #C15C56; }
span { border-color: rgb(193,92,86); }
td.TdClassName
{
border-color: #C15C56;
}
.TagClassName
{
border-color: #C15C56;
}
</style>