Shades of Mandy #C34F5B
Tints of Mandy #C34F5B
RGB
CMYK
RGB Variations
Color information
#C34F5B (or 0xC34F5B) is known color: Mandy. HEX triplet: C3, 4F and 5B. RGB value is (195,79,91). Sum of RGB (Red+Green+Blue) = 195+79+91=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F5B is #3CB0A4. Grayscale: #737373. Windows color (decimal): -3977381 or 5984195. OLE color: 5984195.
HSL color Cylindrical-coordinate representation of color #C34F5B: hue angle of 353.79º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F5B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 91 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.24 |
| HSL | 353.79º | 0.49% | 0.54% | - |
| HSV(B) | 353.79º | 0.59% | 0.76% | - |
| XYZ | 27.19 | 17.95 | 11.93 | - |
| YUV | 115.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 91 | 0 | 0.59 | 0.53 | 0.24 | 353.79 | 0.49 | 0.54 |
| Hex | C3 | 4F | 5B | 0 | 3B | 35 | 18 | 162 | 31 | 36 |
| Octal | 303 | 117 | 133 | 0 | 73 | 65 | 30 | 542 | 61 | 66 |
| Binary | 11000011 | 1001111 | 1011011 | 0 | 111011 | 110101 | 11000 | 101100010 | 110001 | 110110 |
Color Harmonies of #C34F5B
Complementary color
Monochromatic Colors of #C34F5B
Black with #C34F5B
Text Example
Text Example
White with #C34F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F5B; }
p { color: rgb(195,79,91); }
H1.HeaderClassName
{
color: #C34F5B;
}
.AnyTagClassName
{
color: #C34F5B;
}
</style>
background-color css
<style>
a { background-color: #C34F5B; }
a { background-color: rgb(195,79,91); }
div.DivClassName
{
background-color: #C34F5B;
}
.BgClassName
{
background-color: #C34F5B;
}
</style>
border-color css
<style>
span { border-color: #C34F5B; }
span { border-color: rgb(195,79,91); }
td.TdClassName
{
border-color: #C34F5B;
}
.TagClassName
{
border-color: #C34F5B;
}
</style>