Shades of Mandy #C34156
Tints of Mandy #C34156
RGB
CMYK
RGB Variations
Color information
#C34156 (or 0xC34156) is known color: Mandy. HEX triplet: C3, 41 and 56. RGB value is (195,65,86). Sum of RGB (Red+Green+Blue) = 195+65+86=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C34156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34156 is #3CBEA9. Grayscale: #6A6A6A. Windows color (decimal): -3980970 or 5652931. OLE color: 5652931.
HSL color Cylindrical-coordinate representation of color #C34156: hue angle of 350.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34156 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 86 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.24 |
| HSL | 350.31º | 0.52% | 0.51% | - |
| HSV(B) | 350.31º | 0.67% | 0.76% | - |
| XYZ | 26.08 | 16.05 | 10.53 | - |
| YUV | 106.26 | 116.57 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 86 | 0 | 0.67 | 0.56 | 0.24 | 350.31 | 0.52 | 0.51 |
| Hex | C3 | 41 | 56 | 0 | 43 | 38 | 18 | 15E | 34 | 33 |
| Octal | 303 | 101 | 126 | 0 | 103 | 70 | 30 | 536 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1010110 | 0 | 1000011 | 111000 | 11000 | 101011110 | 110100 | 110011 |
Color Harmonies of #C34156
Complementary color
Monochromatic Colors of #C34156
Black with #C34156
Text Example
Text Example
White with #C34156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34156; }
p { color: rgb(195,65,86); }
H1.HeaderClassName
{
color: #C34156;
}
.AnyTagClassName
{
color: #C34156;
}
</style>
background-color css
<style>
a { background-color: #C34156; }
a { background-color: rgb(195,65,86); }
div.DivClassName
{
background-color: #C34156;
}
.BgClassName
{
background-color: #C34156;
}
</style>
border-color css
<style>
span { border-color: #C34156; }
span { border-color: rgb(195,65,86); }
td.TdClassName
{
border-color: #C34156;
}
.TagClassName
{
border-color: #C34156;
}
</style>