Shades of Mandy #C34A4D
Tints of Mandy #C34A4D
RGB
CMYK
RGB Variations
Color information
#C34A4D (or 0xC34A4D) is known color: Mandy. HEX triplet: C3, 4A and 4D. RGB value is (195,74,77). Sum of RGB (Red+Green+Blue) = 195+74+77=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A4D is #3CB5B2. Grayscale: #6E6E6E. Windows color (decimal): -3978675 or 5065411. OLE color: 5065411.
HSL color Cylindrical-coordinate representation of color #C34A4D: hue angle of 358.51º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34A4D is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 77 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.24 |
| HSL | 358.51º | 0.5% | 0.53% | - |
| HSV(B) | 358.51º | 0.62% | 0.76% | - |
| XYZ | 26.29 | 17.04 | 8.92 | - |
| YUV | 110.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 77 | 0 | 0.62 | 0.61 | 0.24 | 358.51 | 0.5 | 0.53 |
| Hex | C3 | 4A | 4D | 0 | 3E | 3D | 18 | 167 | 32 | 35 |
| Octal | 303 | 112 | 115 | 0 | 76 | 75 | 30 | 547 | 62 | 65 |
| Binary | 11000011 | 1001010 | 1001101 | 0 | 111110 | 111101 | 11000 | 101100111 | 110010 | 110101 |
Color Harmonies of #C34A4D
Complementary color
Monochromatic Colors of #C34A4D
Black with #C34A4D
Text Example
Text Example
White with #C34A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A4D; }
p { color: rgb(195,74,77); }
H1.HeaderClassName
{
color: #C34A4D;
}
.AnyTagClassName
{
color: #C34A4D;
}
</style>
background-color css
<style>
a { background-color: #C34A4D; }
a { background-color: rgb(195,74,77); }
div.DivClassName
{
background-color: #C34A4D;
}
.BgClassName
{
background-color: #C34A4D;
}
</style>
border-color css
<style>
span { border-color: #C34A4D; }
span { border-color: rgb(195,74,77); }
td.TdClassName
{
border-color: #C34A4D;
}
.TagClassName
{
border-color: #C34A4D;
}
</style>