Shades of Fuzzy Wuzzy Brown #C15554
Tints of Fuzzy Wuzzy Brown #C15554
RGB
CMYK
RGB Variations
Color information
#C15554 (or 0xC15554) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 55 and 54. RGB value is (193,85,84). Sum of RGB (Red+Green+Blue) = 193+85+84=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C15554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15554 is #3EAAAB. Grayscale: #757575. Windows color (decimal): -4106924 or 5526977. OLE color: 5526977.
HSL color Cylindrical-coordinate representation of color #C15554: hue angle of 0.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15554 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 84 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.24 |
| HSL | 0.55º | 0.47% | 0.54% | - |
| HSV(B) | 0.55º | 0.56% | 0.76% | - |
| XYZ | 26.84 | 18.47 | 10.54 | - |
| YUV | 117.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 84 | 0 | 0.56 | 0.56 | 0.24 | 0.55 | 0.47 | 0.54 |
| Hex | C1 | 55 | 54 | 0 | 38 | 38 | 18 | 1 | 2F | 36 |
| Octal | 301 | 125 | 124 | 0 | 70 | 70 | 30 | 1 | 57 | 66 |
| Binary | 11000001 | 1010101 | 1010100 | 0 | 111000 | 111000 | 11000 | 1 | 101111 | 110110 |
Color Harmonies of #C15554
Complementary color
Monochromatic Colors of #C15554
Black with #C15554
Text Example
Text Example
White with #C15554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15554; }
p { color: rgb(193,85,84); }
H1.HeaderClassName
{
color: #C15554;
}
.AnyTagClassName
{
color: #C15554;
}
</style>
background-color css
<style>
a { background-color: #C15554; }
a { background-color: rgb(193,85,84); }
div.DivClassName
{
background-color: #C15554;
}
.BgClassName
{
background-color: #C15554;
}
</style>
border-color css
<style>
span { border-color: #C15554; }
span { border-color: rgb(193,85,84); }
td.TdClassName
{
border-color: #C15554;
}
.TagClassName
{
border-color: #C15554;
}
</style>