Shades of Mandy #C34F56
Tints of Mandy #C34F56
RGB
CMYK
RGB Variations
Color information
#C34F56 (or 0xC34F56) is known color: Mandy. HEX triplet: C3, 4F and 56. RGB value is (195,79,86). Sum of RGB (Red+Green+Blue) = 195+79+86=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F56 is #3CB0A9. Grayscale: #727272. Windows color (decimal): -3977386 or 5656515. OLE color: 5656515.
HSL color Cylindrical-coordinate representation of color #C34F56: hue angle of 356.38º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F56 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 86 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.24 |
| HSL | 356.38º | 0.49% | 0.54% | - |
| HSV(B) | 356.38º | 0.59% | 0.76% | - |
| XYZ | 26.98 | 17.87 | 10.83 | - |
| YUV | 114.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 86 | 0 | 0.59 | 0.56 | 0.24 | 356.38 | 0.49 | 0.54 |
| Hex | C3 | 4F | 56 | 0 | 3B | 38 | 18 | 164 | 31 | 36 |
| Octal | 303 | 117 | 126 | 0 | 73 | 70 | 30 | 544 | 61 | 66 |
| Binary | 11000011 | 1001111 | 1010110 | 0 | 111011 | 111000 | 11000 | 101100100 | 110001 | 110110 |
Color Harmonies of #C34F56
Complementary color
Monochromatic Colors of #C34F56
Black with #C34F56
Text Example
Text Example
White with #C34F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F56; }
p { color: rgb(195,79,86); }
H1.HeaderClassName
{
color: #C34F56;
}
.AnyTagClassName
{
color: #C34F56;
}
</style>
background-color css
<style>
a { background-color: #C34F56; }
a { background-color: rgb(195,79,86); }
div.DivClassName
{
background-color: #C34F56;
}
.BgClassName
{
background-color: #C34F56;
}
</style>
border-color css
<style>
span { border-color: #C34F56; }
span { border-color: rgb(195,79,86); }
td.TdClassName
{
border-color: #C34F56;
}
.TagClassName
{
border-color: #C34F56;
}
</style>