Shades of Mandy #C34355
Tints of Mandy #C34355
RGB
CMYK
RGB Variations
Color information
#C34355 (or 0xC34355) is known color: Mandy. HEX triplet: C3, 43 and 55. RGB value is (195,67,85). Sum of RGB (Red+Green+Blue) = 195+67+85=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C34355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34355 is #3CBCAA. Grayscale: #6B6B6B. Windows color (decimal): -3980459 or 5587907. OLE color: 5587907.
HSL color Cylindrical-coordinate representation of color #C34355: hue angle of 351.56º 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 #C34355 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 85 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.24 |
| HSL | 351.56º | 0.52% | 0.51% | - |
| HSV(B) | 351.56º | 0.66% | 0.76% | - |
| XYZ | 26.15 | 16.27 | 10.36 | - |
| YUV | 107.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 85 | 0 | 0.66 | 0.56 | 0.24 | 351.56 | 0.52 | 0.51 |
| Hex | C3 | 43 | 55 | 0 | 42 | 38 | 18 | 160 | 34 | 33 |
| Octal | 303 | 103 | 125 | 0 | 102 | 70 | 30 | 540 | 64 | 63 |
| Binary | 11000011 | 1000011 | 1010101 | 0 | 1000010 | 111000 | 11000 | 101100000 | 110100 | 110011 |
Color Harmonies of #C34355
Complementary color
Monochromatic Colors of #C34355
Black with #C34355
Text Example
Text Example
White with #C34355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34355; }
p { color: rgb(195,67,85); }
H1.HeaderClassName
{
color: #C34355;
}
.AnyTagClassName
{
color: #C34355;
}
</style>
background-color css
<style>
a { background-color: #C34355; }
a { background-color: rgb(195,67,85); }
div.DivClassName
{
background-color: #C34355;
}
.BgClassName
{
background-color: #C34355;
}
</style>
border-color css
<style>
span { border-color: #C34355; }
span { border-color: rgb(195,67,85); }
td.TdClassName
{
border-color: #C34355;
}
.TagClassName
{
border-color: #C34355;
}
</style>