Shades of Mandy #C4495C
Tints of Mandy #C4495C
RGB
CMYK
RGB Variations
Color information
#C4495C (or 0xC4495C) is known color: Mandy. HEX triplet: C4, 49 and 5C. RGB value is (196,73,92). Sum of RGB (Red+Green+Blue) = 196+73+92=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4495C is #3BB6A3. Grayscale: #6F6F6F. Windows color (decimal): -3913380 or 6048196. OLE color: 6048196.
HSL color Cylindrical-coordinate representation of color #C4495C: hue angle of 350.73º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4495C is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 92 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.23 |
| HSL | 350.73º | 0.51% | 0.53% | - |
| HSV(B) | 350.73º | 0.63% | 0.77% | - |
| XYZ | 27.08 | 17.27 | 12.03 | - |
| YUV | 111.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 92 | 0 | 0.63 | 0.53 | 0.23 | 350.73 | 0.51 | 0.53 |
| Hex | C4 | 49 | 5C | 0 | 3F | 35 | 17 | 15F | 33 | 35 |
| Octal | 304 | 111 | 134 | 0 | 77 | 65 | 27 | 537 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1011100 | 0 | 111111 | 110101 | 10111 | 101011111 | 110011 | 110101 |
Color Harmonies of #C4495C
Complementary color
Monochromatic Colors of #C4495C
Black with #C4495C
Text Example
Text Example
White with #C4495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4495C; }
p { color: rgb(196,73,92); }
H1.HeaderClassName
{
color: #C4495C;
}
.AnyTagClassName
{
color: #C4495C;
}
</style>
background-color css
<style>
a { background-color: #C4495C; }
a { background-color: rgb(196,73,92); }
div.DivClassName
{
background-color: #C4495C;
}
.BgClassName
{
background-color: #C4495C;
}
</style>
border-color css
<style>
span { border-color: #C4495C; }
span { border-color: rgb(196,73,92); }
td.TdClassName
{
border-color: #C4495C;
}
.TagClassName
{
border-color: #C4495C;
}
</style>