Shades of Mandy #C34254
Tints of Mandy #C34254
RGB
CMYK
RGB Variations
Color information
#C34254 (or 0xC34254) is known color: Mandy. HEX triplet: C3, 42 and 54. RGB value is (195,66,84). Sum of RGB (Red+Green+Blue) = 195+66+84=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C34254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34254 is #3CBDAB. Grayscale: #6A6A6A. Windows color (decimal): -3980716 or 5522115. OLE color: 5522115.
HSL color Cylindrical-coordinate representation of color #C34254: hue angle of 351.63º 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 #C34254 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 84 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.24 |
| HSL | 351.63º | 0.52% | 0.51% | - |
| HSV(B) | 351.63º | 0.66% | 0.76% | - |
| XYZ | 26.05 | 16.14 | 10.13 | - |
| YUV | 106.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 84 | 0 | 0.66 | 0.57 | 0.24 | 351.63 | 0.52 | 0.51 |
| Hex | C3 | 42 | 54 | 0 | 42 | 39 | 18 | 160 | 34 | 33 |
| Octal | 303 | 102 | 124 | 0 | 102 | 71 | 30 | 540 | 64 | 63 |
| Binary | 11000011 | 1000010 | 1010100 | 0 | 1000010 | 111001 | 11000 | 101100000 | 110100 | 110011 |
Color Harmonies of #C34254
Complementary color
Monochromatic Colors of #C34254
Black with #C34254
Text Example
Text Example
White with #C34254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34254; }
p { color: rgb(195,66,84); }
H1.HeaderClassName
{
color: #C34254;
}
.AnyTagClassName
{
color: #C34254;
}
</style>
background-color css
<style>
a { background-color: #C34254; }
a { background-color: rgb(195,66,84); }
div.DivClassName
{
background-color: #C34254;
}
.BgClassName
{
background-color: #C34254;
}
</style>
border-color css
<style>
span { border-color: #C34254; }
span { border-color: rgb(195,66,84); }
td.TdClassName
{
border-color: #C34254;
}
.TagClassName
{
border-color: #C34254;
}
</style>