Shades of Fuzzy Wuzzy Brown #C05D5D
Tints of Fuzzy Wuzzy Brown #C05D5D
RGB
CMYK
RGB Variations
Color information
#C05D5D (or 0xC05D5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5D and 5D. RGB value is (192,93,93). Sum of RGB (Red+Green+Blue) = 192+93+93=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D5D is #3FA2A2. Grayscale: #7A7A7A. Windows color (decimal): -4170403 or 6118848. OLE color: 6118848.
HSL color Cylindrical-coordinate representation of color #C05D5D: hue angle of 0º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05D5D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 93 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.25 |
| HSL | 0º | 0.44% | 0.56% | - |
| HSV(B) | 0º | 0.52% | 0.75% | - |
| XYZ | 27.63 | 19.83 | 12.73 | - |
| YUV | 122.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 93 | 0 | 0.52 | 0.52 | 0.25 | 0 | 0.44 | 0.56 |
| Hex | C0 | 5D | 5D | 0 | 34 | 34 | 19 | 0 | 2C | 38 |
| Octal | 300 | 135 | 135 | 0 | 64 | 64 | 31 | 0 | 54 | 70 |
| Binary | 11000000 | 1011101 | 1011101 | 0 | 110100 | 110100 | 11001 | 0 | 101100 | 111000 |
Color Harmonies of #C05D5D
Complementary color
Monochromatic Colors of #C05D5D
Black with #C05D5D
Text Example
Text Example
White with #C05D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D5D; }
p { color: rgb(192,93,93); }
H1.HeaderClassName
{
color: #C05D5D;
}
.AnyTagClassName
{
color: #C05D5D;
}
</style>
background-color css
<style>
a { background-color: #C05D5D; }
a { background-color: rgb(192,93,93); }
div.DivClassName
{
background-color: #C05D5D;
}
.BgClassName
{
background-color: #C05D5D;
}
</style>
border-color css
<style>
span { border-color: #C05D5D; }
span { border-color: rgb(192,93,93); }
td.TdClassName
{
border-color: #C05D5D;
}
.TagClassName
{
border-color: #C05D5D;
}
</style>