Shades of Fuzzy Wuzzy Brown #C15B52
Tints of Fuzzy Wuzzy Brown #C15B52
RGB
CMYK
RGB Variations
Color information
#C15B52 (or 0xC15B52) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 5B and 52. RGB value is (193,91,82). Sum of RGB (Red+Green+Blue) = 193+91+82=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B52 is #3EA4AD. Grayscale: #787878. Windows color (decimal): -4105390 or 5397441. OLE color: 5397441.
HSL color Cylindrical-coordinate representation of color #C15B52: hue angle of 4.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15B52 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 82 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.24 |
| HSL | 4.86º | 0.47% | 0.54% | - |
| HSV(B) | 4.86º | 0.58% | 0.76% | - |
| XYZ | 27.26 | 19.43 | 10.3 | - |
| YUV | 120.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 82 | 0 | 0.53 | 0.58 | 0.24 | 4.86 | 0.47 | 0.54 |
| Hex | C1 | 5B | 52 | 0 | 35 | 3A | 18 | 5 | 2F | 36 |
| Octal | 301 | 133 | 122 | 0 | 65 | 72 | 30 | 5 | 57 | 66 |
| Binary | 11000001 | 1011011 | 1010010 | 0 | 110101 | 111010 | 11000 | 101 | 101111 | 110110 |
Color Harmonies of #C15B52
Complementary color
Monochromatic Colors of #C15B52
Black with #C15B52
Text Example
Text Example
White with #C15B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B52; }
p { color: rgb(193,91,82); }
H1.HeaderClassName
{
color: #C15B52;
}
.AnyTagClassName
{
color: #C15B52;
}
</style>
background-color css
<style>
a { background-color: #C15B52; }
a { background-color: rgb(193,91,82); }
div.DivClassName
{
background-color: #C15B52;
}
.BgClassName
{
background-color: #C15B52;
}
</style>
border-color css
<style>
span { border-color: #C15B52; }
span { border-color: rgb(193,91,82); }
td.TdClassName
{
border-color: #C15B52;
}
.TagClassName
{
border-color: #C15B52;
}
</style>