Shades of Fuzzy Wuzzy Brown #C45B5B
Tints of Fuzzy Wuzzy Brown #C45B5B
RGB
CMYK
RGB Variations
Color information
#C45B5B (or 0xC45B5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 5B and 5B. RGB value is (196,91,91). Sum of RGB (Red+Green+Blue) = 196+91+91=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45B5B is #3BA4A4. Grayscale: #7A7A7A. Windows color (decimal): -3908773 or 5987268. OLE color: 5987268.
HSL color Cylindrical-coordinate representation of color #C45B5B: hue angle of 0º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45B5B is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 91 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.23 |
| HSL | 0º | 0.47% | 0.56% | - |
| HSV(B) | 0º | 0.54% | 0.77% | - |
| XYZ | 28.39 | 19.97 | 12.26 | - |
| YUV | 122.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 91 | 0 | 0.54 | 0.54 | 0.23 | 0 | 0.47 | 0.56 |
| Hex | C4 | 5B | 5B | 0 | 36 | 36 | 17 | 0 | 2F | 38 |
| Octal | 304 | 133 | 133 | 0 | 66 | 66 | 27 | 0 | 57 | 70 |
| Binary | 11000100 | 1011011 | 1011011 | 0 | 110110 | 110110 | 10111 | 0 | 101111 | 111000 |
Color Harmonies of #C45B5B
Complementary color
Monochromatic Colors of #C45B5B
Black with #C45B5B
Text Example
Text Example
White with #C45B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B5B; }
p { color: rgb(196,91,91); }
H1.HeaderClassName
{
color: #C45B5B;
}
.AnyTagClassName
{
color: #C45B5B;
}
</style>
background-color css
<style>
a { background-color: #C45B5B; }
a { background-color: rgb(196,91,91); }
div.DivClassName
{
background-color: #C45B5B;
}
.BgClassName
{
background-color: #C45B5B;
}
</style>
border-color css
<style>
span { border-color: #C45B5B; }
span { border-color: rgb(196,91,91); }
td.TdClassName
{
border-color: #C45B5B;
}
.TagClassName
{
border-color: #C45B5B;
}
</style>