Shades of Fuzzy Wuzzy Brown #C15B5A
Tints of Fuzzy Wuzzy Brown #C15B5A
RGB
CMYK
RGB Variations
Color information
#C15B5A (or 0xC15B5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 5B and 5A. RGB value is (193,91,90). Sum of RGB (Red+Green+Blue) = 193+91+90=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B5A is #3EA4A5. Grayscale: #797979. Windows color (decimal): -4105382 or 5921729. OLE color: 5921729.
HSL color Cylindrical-coordinate representation of color #C15B5A: hue angle of 0.58º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15B5A is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 90 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.24 |
| HSL | 0.58º | 0.45% | 0.55% | - |
| HSV(B) | 0.58º | 0.53% | 0.76% | - |
| XYZ | 27.58 | 19.56 | 11.99 | - |
| YUV | 121.38 | 110.29 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 90 | 0 | 0.53 | 0.53 | 0.24 | 0.58 | 0.45 | 0.55 |
| Hex | C1 | 5B | 5A | 0 | 35 | 35 | 18 | 1 | 2D | 37 |
| Octal | 301 | 133 | 132 | 0 | 65 | 65 | 30 | 1 | 55 | 67 |
| Binary | 11000001 | 1011011 | 1011010 | 0 | 110101 | 110101 | 11000 | 1 | 101101 | 110111 |
Color Harmonies of #C15B5A
Complementary color
Monochromatic Colors of #C15B5A
Black with #C15B5A
Text Example
Text Example
White with #C15B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B5A; }
p { color: rgb(193,91,90); }
H1.HeaderClassName
{
color: #C15B5A;
}
.AnyTagClassName
{
color: #C15B5A;
}
</style>
background-color css
<style>
a { background-color: #C15B5A; }
a { background-color: rgb(193,91,90); }
div.DivClassName
{
background-color: #C15B5A;
}
.BgClassName
{
background-color: #C15B5A;
}
</style>
border-color css
<style>
span { border-color: #C15B5A; }
span { border-color: rgb(193,91,90); }
td.TdClassName
{
border-color: #C15B5A;
}
.TagClassName
{
border-color: #C15B5A;
}
</style>