Shades of Mandy #C3434E
Tints of Mandy #C3434E
RGB
CMYK
RGB Variations
Color information
#C3434E (or 0xC3434E) is known color: Mandy. HEX triplet: C3, 43 and 4E. RGB value is (195,67,78). Sum of RGB (Red+Green+Blue) = 195+67+78=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3434E is #3CBCB1. Grayscale: #6A6A6A. Windows color (decimal): -3980466 or 5129155. OLE color: 5129155.
HSL color Cylindrical-coordinate representation of color #C3434E: hue angle of 354.84º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3434E is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 78 | - |
| CMYK | 0 | 0.66 | 0.6 | 0.24 |
| HSL | 354.84º | 0.52% | 0.51% | - |
| HSV(B) | 354.84º | 0.66% | 0.76% | - |
| XYZ | 25.89 | 16.17 | 8.96 | - |
| YUV | 106.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 78 | 0 | 0.66 | 0.6 | 0.24 | 354.84 | 0.52 | 0.51 |
| Hex | C3 | 43 | 4E | 0 | 42 | 3C | 18 | 163 | 34 | 33 |
| Octal | 303 | 103 | 116 | 0 | 102 | 74 | 30 | 543 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1001110 | 0 | 1000010 | 111100 | 11000 | 101100011 | 110100 | 110011 |
Color Harmonies of #C3434E
Complementary color
Monochromatic Colors of #C3434E
Black with #C3434E
Text Example
Text Example
White with #C3434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3434E; }
p { color: rgb(195,67,78); }
H1.HeaderClassName
{
color: #C3434E;
}
.AnyTagClassName
{
color: #C3434E;
}
</style>
background-color css
<style>
a { background-color: #C3434E; }
a { background-color: rgb(195,67,78); }
div.DivClassName
{
background-color: #C3434E;
}
.BgClassName
{
background-color: #C3434E;
}
</style>
border-color css
<style>
span { border-color: #C3434E; }
span { border-color: rgb(195,67,78); }
td.TdClassName
{
border-color: #C3434E;
}
.TagClassName
{
border-color: #C3434E;
}
</style>