Shades of Fuzzy Wuzzy Brown #C15C5C
Tints of Fuzzy Wuzzy Brown #C15C5C
RGB
CMYK
RGB Variations
Color information
#C15C5C (or 0xC15C5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: C1, 5C and 5C. RGB value is (193,92,92). Sum of RGB (Red+Green+Blue) = 193+92+92=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C5C is #3EA3A3. Grayscale: #7A7A7A. Windows color (decimal): -4105124 or 6053057. OLE color: 6053057.
HSL color Cylindrical-coordinate representation of color #C15C5C: hue angle of 0º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15C5C is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 92 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.24 |
| HSL | 0º | 0.45% | 0.56% | - |
| HSV(B) | 0º | 0.52% | 0.76% | - |
| XYZ | 27.75 | 19.76 | 12.48 | - |
| YUV | 122.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 92 | 0 | 0.52 | 0.52 | 0.24 | 0 | 0.45 | 0.56 |
| Hex | C1 | 5C | 5C | 0 | 34 | 34 | 18 | 0 | 2D | 38 |
| Octal | 301 | 134 | 134 | 0 | 64 | 64 | 30 | 0 | 55 | 70 |
| Binary | 11000001 | 1011100 | 1011100 | 0 | 110100 | 110100 | 11000 | 0 | 101101 | 111000 |
Color Harmonies of #C15C5C
Complementary color
Monochromatic Colors of #C15C5C
Black with #C15C5C
Text Example
Text Example
White with #C15C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C5C; }
p { color: rgb(193,92,92); }
H1.HeaderClassName
{
color: #C15C5C;
}
.AnyTagClassName
{
color: #C15C5C;
}
</style>
background-color css
<style>
a { background-color: #C15C5C; }
a { background-color: rgb(193,92,92); }
div.DivClassName
{
background-color: #C15C5C;
}
.BgClassName
{
background-color: #C15C5C;
}
</style>
border-color css
<style>
span { border-color: #C15C5C; }
span { border-color: rgb(193,92,92); }
td.TdClassName
{
border-color: #C15C5C;
}
.TagClassName
{
border-color: #C15C5C;
}
</style>