Shades of Mandy #C34C54
Tints of Mandy #C34C54
RGB
CMYK
RGB Variations
Color information
#C34C54 (or 0xC34C54) is known color: Mandy. HEX triplet: C3, 4C and 54. RGB value is (195,76,84). Sum of RGB (Red+Green+Blue) = 195+76+84=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C54 is #3CB3AB. Grayscale: #707070. Windows color (decimal): -3978156 or 5524675. OLE color: 5524675.
HSL color Cylindrical-coordinate representation of color #C34C54: hue angle of 355.97º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34C54 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 84 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.24 |
| HSL | 355.97º | 0.5% | 0.53% | - |
| HSV(B) | 355.97º | 0.61% | 0.76% | - |
| XYZ | 26.69 | 17.41 | 10.34 | - |
| YUV | 112.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 84 | 0 | 0.61 | 0.57 | 0.24 | 355.97 | 0.5 | 0.53 |
| Hex | C3 | 4C | 54 | 0 | 3D | 39 | 18 | 164 | 32 | 35 |
| Octal | 303 | 114 | 124 | 0 | 75 | 71 | 30 | 544 | 62 | 65 |
| Binary | 11000011 | 1001100 | 1010100 | 0 | 111101 | 111001 | 11000 | 101100100 | 110010 | 110101 |
Color Harmonies of #C34C54
Complementary color
Monochromatic Colors of #C34C54
Black with #C34C54
Text Example
Text Example
White with #C34C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C54; }
p { color: rgb(195,76,84); }
H1.HeaderClassName
{
color: #C34C54;
}
.AnyTagClassName
{
color: #C34C54;
}
</style>
background-color css
<style>
a { background-color: #C34C54; }
a { background-color: rgb(195,76,84); }
div.DivClassName
{
background-color: #C34C54;
}
.BgClassName
{
background-color: #C34C54;
}
</style>
border-color css
<style>
span { border-color: #C34C54; }
span { border-color: rgb(195,76,84); }
td.TdClassName
{
border-color: #C34C54;
}
.TagClassName
{
border-color: #C34C54;
}
</style>