Shades of Fuzzy Wuzzy Brown #C35C5A
Tints of Fuzzy Wuzzy Brown #C35C5A
RGB
CMYK
RGB Variations
Color information
#C35C5A (or 0xC35C5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: C3, 5C and 5A. RGB value is (195,92,90). Sum of RGB (Red+Green+Blue) = 195+92+90=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C5A is #3CA3A5. Grayscale: #7A7A7A. Windows color (decimal): -3974054 or 5921987. OLE color: 5921987.
HSL color Cylindrical-coordinate representation of color #C35C5A: hue angle of 1.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35C5A is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 90 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.24 |
| HSL | 1.14º | 0.47% | 0.56% | - |
| HSV(B) | 1.14º | 0.54% | 0.76% | - |
| XYZ | 28.18 | 19.99 | 12.05 | - |
| YUV | 122.57 | 109.62 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 90 | 0 | 0.53 | 0.54 | 0.24 | 1.14 | 0.47 | 0.56 |
| Hex | C3 | 5C | 5A | 0 | 35 | 36 | 18 | 1 | 2F | 38 |
| Octal | 303 | 134 | 132 | 0 | 65 | 66 | 30 | 1 | 57 | 70 |
| Binary | 11000011 | 1011100 | 1011010 | 0 | 110101 | 110110 | 11000 | 1 | 101111 | 111000 |
Color Harmonies of #C35C5A
Complementary color
Monochromatic Colors of #C35C5A
Black with #C35C5A
Text Example
Text Example
White with #C35C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C5A; }
p { color: rgb(195,92,90); }
H1.HeaderClassName
{
color: #C35C5A;
}
.AnyTagClassName
{
color: #C35C5A;
}
</style>
background-color css
<style>
a { background-color: #C35C5A; }
a { background-color: rgb(195,92,90); }
div.DivClassName
{
background-color: #C35C5A;
}
.BgClassName
{
background-color: #C35C5A;
}
</style>
border-color css
<style>
span { border-color: #C35C5A; }
span { border-color: rgb(195,92,90); }
td.TdClassName
{
border-color: #C35C5A;
}
.TagClassName
{
border-color: #C35C5A;
}
</style>