Shades of Mandy #C5465C
Tints of Mandy #C5465C
RGB
CMYK
RGB Variations
Color information
#C5465C (or 0xC5465C) is known color: Mandy. HEX triplet: C5, 46 and 5C. RGB value is (197,70,92). Sum of RGB (Red+Green+Blue) = 197+70+92=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5465C is #3AB9A3. Grayscale: #6E6E6E. Windows color (decimal): -3848612 or 6047429. OLE color: 6047429.
HSL color Cylindrical-coordinate representation of color #C5465C: hue angle of 349.61º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5465C is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 92 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.23 |
| HSL | 349.61º | 0.52% | 0.52% | - |
| HSV(B) | 349.61º | 0.64% | 0.77% | - |
| XYZ | 27.15 | 17.02 | 11.98 | - |
| YUV | 110.48 | 117.58 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 92 | 0 | 0.64 | 0.53 | 0.23 | 349.61 | 0.52 | 0.52 |
| Hex | C5 | 46 | 5C | 0 | 40 | 35 | 17 | 15E | 34 | 34 |
| Octal | 305 | 106 | 134 | 0 | 100 | 65 | 27 | 536 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1011100 | 0 | 1000000 | 110101 | 10111 | 101011110 | 110100 | 110100 |
Color Harmonies of #C5465C
Complementary color
Monochromatic Colors of #C5465C
Black with #C5465C
Text Example
Text Example
White with #C5465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5465C; }
p { color: rgb(197,70,92); }
H1.HeaderClassName
{
color: #C5465C;
}
.AnyTagClassName
{
color: #C5465C;
}
</style>
background-color css
<style>
a { background-color: #C5465C; }
a { background-color: rgb(197,70,92); }
div.DivClassName
{
background-color: #C5465C;
}
.BgClassName
{
background-color: #C5465C;
}
</style>
border-color css
<style>
span { border-color: #C5465C; }
span { border-color: rgb(197,70,92); }
td.TdClassName
{
border-color: #C5465C;
}
.TagClassName
{
border-color: #C5465C;
}
</style>