Shades of Mandy #C3484E
Tints of Mandy #C3484E
RGB
CMYK
RGB Variations
Color information
#C3484E (or 0xC3484E) is known color: Mandy. HEX triplet: C3, 48 and 4E. RGB value is (195,72,78). Sum of RGB (Red+Green+Blue) = 195+72+78=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C3484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3484E is #3CB7B1. Grayscale: #6D6D6D. Windows color (decimal): -3979186 or 5130435. OLE color: 5130435.
HSL color Cylindrical-coordinate representation of color #C3484E: hue angle of 357.07º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3484E is Cyan = 0, Magento = 0.63, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 78 | - |
| CMYK | 0 | 0.63 | 0.6 | 0.24 |
| HSL | 357.07º | 0.51% | 0.52% | - |
| HSV(B) | 357.07º | 0.63% | 0.76% | - |
| XYZ | 26.2 | 16.79 | 9.07 | - |
| YUV | 109.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 78 | 0 | 0.63 | 0.6 | 0.24 | 357.07 | 0.51 | 0.52 |
| Hex | C3 | 48 | 4E | 0 | 3F | 3C | 18 | 165 | 33 | 34 |
| Octal | 303 | 110 | 116 | 0 | 77 | 74 | 30 | 545 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1001110 | 0 | 111111 | 111100 | 11000 | 101100101 | 110011 | 110100 |
Color Harmonies of #C3484E
Complementary color
Monochromatic Colors of #C3484E
Black with #C3484E
Text Example
Text Example
White with #C3484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3484E; }
p { color: rgb(195,72,78); }
H1.HeaderClassName
{
color: #C3484E;
}
.AnyTagClassName
{
color: #C3484E;
}
</style>
background-color css
<style>
a { background-color: #C3484E; }
a { background-color: rgb(195,72,78); }
div.DivClassName
{
background-color: #C3484E;
}
.BgClassName
{
background-color: #C3484E;
}
</style>
border-color css
<style>
span { border-color: #C3484E; }
span { border-color: rgb(195,72,78); }
td.TdClassName
{
border-color: #C3484E;
}
.TagClassName
{
border-color: #C3484E;
}
</style>