Shades of Mandy #CC465F
Tints of Mandy #CC465F
RGB
CMYK
RGB Variations
Color information
#CC465F (or 0xCC465F) is known color: Mandy. HEX triplet: CC, 46 and 5F. RGB value is (204,70,95). Sum of RGB (Red+Green+Blue) = 204+70+95=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC465F is #33B9A0. Grayscale: #707070. Windows color (decimal): -3389857 or 6244044. OLE color: 6244044.
HSL color Cylindrical-coordinate representation of color #CC465F: hue angle of 348.81º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC465F is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 95 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.2 |
| HSL | 348.81º | 0.57% | 0.54% | - |
| HSV(B) | 348.81º | 0.66% | 0.8% | - |
| XYZ | 29.16 | 18.04 | 12.77 | - |
| YUV | 112.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 95 | 0 | 0.66 | 0.53 | 0.2 | 348.81 | 0.57 | 0.54 |
| Hex | CC | 46 | 5F | 0 | 42 | 35 | 14 | 15D | 39 | 36 |
| Octal | 314 | 106 | 137 | 0 | 102 | 65 | 24 | 535 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1011111 | 0 | 1000010 | 110101 | 10100 | 101011101 | 111001 | 110110 |
Color Harmonies of #CC465F
Complementary color
Monochromatic Colors of #CC465F
Black with #CC465F
Text Example
Text Example
White with #CC465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC465F; }
p { color: rgb(204,70,95); }
H1.HeaderClassName
{
color: #CC465F;
}
.AnyTagClassName
{
color: #CC465F;
}
</style>
background-color css
<style>
a { background-color: #CC465F; }
a { background-color: rgb(204,70,95); }
div.DivClassName
{
background-color: #CC465F;
}
.BgClassName
{
background-color: #CC465F;
}
</style>
border-color css
<style>
span { border-color: #CC465F; }
span { border-color: rgb(204,70,95); }
td.TdClassName
{
border-color: #CC465F;
}
.TagClassName
{
border-color: #CC465F;
}
</style>