Shades of Mandy #C14A5C
Tints of Mandy #C14A5C
RGB
CMYK
RGB Variations
Color information
#C14A5C (or 0xC14A5C) is known color: Mandy. HEX triplet: C1, 4A and 5C. RGB value is (193,74,92). Sum of RGB (Red+Green+Blue) = 193+74+92=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14A5C is #3EB5A3. Grayscale: #6F6F6F. Windows color (decimal): -4109732 or 6048449. OLE color: 6048449.
HSL color Cylindrical-coordinate representation of color #C14A5C: hue angle of 350.92º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14A5C is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 92 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.24 |
| HSL | 350.92º | 0.49% | 0.52% | - |
| HSV(B) | 350.92º | 0.62% | 0.76% | - |
| XYZ | 26.37 | 17.01 | 12.02 | - |
| YUV | 111.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 92 | 0 | 0.62 | 0.52 | 0.24 | 350.92 | 0.49 | 0.52 |
| Hex | C1 | 4A | 5C | 0 | 3E | 34 | 18 | 15F | 31 | 34 |
| Octal | 301 | 112 | 134 | 0 | 76 | 64 | 30 | 537 | 61 | 64 |
| Binary | 11000001 | 1001010 | 1011100 | 0 | 111110 | 110100 | 11000 | 101011111 | 110001 | 110100 |
Color Harmonies of #C14A5C
Complementary color
Monochromatic Colors of #C14A5C
Black with #C14A5C
Text Example
Text Example
White with #C14A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A5C; }
p { color: rgb(193,74,92); }
H1.HeaderClassName
{
color: #C14A5C;
}
.AnyTagClassName
{
color: #C14A5C;
}
</style>
background-color css
<style>
a { background-color: #C14A5C; }
a { background-color: rgb(193,74,92); }
div.DivClassName
{
background-color: #C14A5C;
}
.BgClassName
{
background-color: #C14A5C;
}
</style>
border-color css
<style>
span { border-color: #C14A5C; }
span { border-color: rgb(193,74,92); }
td.TdClassName
{
border-color: #C14A5C;
}
.TagClassName
{
border-color: #C14A5C;
}
</style>