Shades of Mandy #C34B5D
Tints of Mandy #C34B5D
RGB
CMYK
RGB Variations
Color information
#C34B5D (or 0xC34B5D) is known color: Mandy. HEX triplet: C3, 4B and 5D. RGB value is (195,75,93). Sum of RGB (Red+Green+Blue) = 195+75+93=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B5D is #3CB4A2. Grayscale: #707070. Windows color (decimal): -3978403 or 6114243. OLE color: 6114243.
HSL color Cylindrical-coordinate representation of color #C34B5D: hue angle of 351º 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 #C34B5D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 93 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.24 |
| HSL | 351º | 0.5% | 0.53% | - |
| HSV(B) | 351º | 0.62% | 0.76% | - |
| XYZ | 27 | 17.42 | 12.3 | - |
| YUV | 112.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 93 | 0 | 0.62 | 0.52 | 0.24 | 351 | 0.5 | 0.53 |
| Hex | C3 | 4B | 5D | 0 | 3E | 34 | 18 | 15F | 32 | 35 |
| Octal | 303 | 113 | 135 | 0 | 76 | 64 | 30 | 537 | 62 | 65 |
| Binary | 11000011 | 1001011 | 1011101 | 0 | 111110 | 110100 | 11000 | 101011111 | 110010 | 110101 |
Color Harmonies of #C34B5D
Complementary color
Monochromatic Colors of #C34B5D
Black with #C34B5D
Text Example
Text Example
White with #C34B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B5D; }
p { color: rgb(195,75,93); }
H1.HeaderClassName
{
color: #C34B5D;
}
.AnyTagClassName
{
color: #C34B5D;
}
</style>
background-color css
<style>
a { background-color: #C34B5D; }
a { background-color: rgb(195,75,93); }
div.DivClassName
{
background-color: #C34B5D;
}
.BgClassName
{
background-color: #C34B5D;
}
</style>
border-color css
<style>
span { border-color: #C34B5D; }
span { border-color: rgb(195,75,93); }
td.TdClassName
{
border-color: #C34B5D;
}
.TagClassName
{
border-color: #C34B5D;
}
</style>