Shades of Mandy #C34650
Tints of Mandy #C34650
RGB
CMYK
RGB Variations
Color information
#C34650 (or 0xC34650) is known color: Mandy. HEX triplet: C3, 46 and 50. RGB value is (195,70,80). Sum of RGB (Red+Green+Blue) = 195+70+80=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C34650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34650 is #3CB9AF. Grayscale: #6C6C6C. Windows color (decimal): -3979696 or 5260995. OLE color: 5260995.
HSL color Cylindrical-coordinate representation of color #C34650: hue angle of 355.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34650 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 80 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.24 |
| HSL | 355.2º | 0.51% | 0.52% | - |
| HSV(B) | 355.2º | 0.64% | 0.76% | - |
| XYZ | 26.14 | 16.56 | 9.41 | - |
| YUV | 108.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 80 | 0 | 0.64 | 0.59 | 0.24 | 355.2 | 0.51 | 0.52 |
| Hex | C3 | 46 | 50 | 0 | 40 | 3B | 18 | 163 | 33 | 34 |
| Octal | 303 | 106 | 120 | 0 | 100 | 73 | 30 | 543 | 63 | 64 |
| Binary | 11000011 | 1000110 | 1010000 | 0 | 1000000 | 111011 | 11000 | 101100011 | 110011 | 110100 |
Color Harmonies of #C34650
Complementary color
Monochromatic Colors of #C34650
Black with #C34650
Text Example
Text Example
White with #C34650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34650; }
p { color: rgb(195,70,80); }
H1.HeaderClassName
{
color: #C34650;
}
.AnyTagClassName
{
color: #C34650;
}
</style>
background-color css
<style>
a { background-color: #C34650; }
a { background-color: rgb(195,70,80); }
div.DivClassName
{
background-color: #C34650;
}
.BgClassName
{
background-color: #C34650;
}
</style>
border-color css
<style>
span { border-color: #C34650; }
span { border-color: rgb(195,70,80); }
td.TdClassName
{
border-color: #C34650;
}
.TagClassName
{
border-color: #C34650;
}
</style>