Shades of Mandy #CC465A
Tints of Mandy #CC465A
RGB
CMYK
RGB Variations
Color information
#CC465A (or 0xCC465A) is known color: Mandy. HEX triplet: CC, 46 and 5A. RGB value is (204,70,90). Sum of RGB (Red+Green+Blue) = 204+70+90=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC465A is #33B9A5. Grayscale: #707070. Windows color (decimal): -3389862 or 5916364. OLE color: 5916364.
HSL color Cylindrical-coordinate representation of color #CC465A: hue angle of 351.04º 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 #CC465A is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 90 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.2 |
| HSL | 351.04º | 0.57% | 0.54% | - |
| HSV(B) | 351.04º | 0.66% | 0.8% | - |
| XYZ | 28.94 | 17.96 | 11.61 | - |
| YUV | 112.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 90 | 0 | 0.66 | 0.56 | 0.2 | 351.04 | 0.57 | 0.54 |
| Hex | CC | 46 | 5A | 0 | 42 | 38 | 14 | 15F | 39 | 36 |
| Octal | 314 | 106 | 132 | 0 | 102 | 70 | 24 | 537 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1011010 | 0 | 1000010 | 111000 | 10100 | 101011111 | 111001 | 110110 |
Color Harmonies of #CC465A
Complementary color
Monochromatic Colors of #CC465A
Black with #CC465A
Text Example
Text Example
White with #CC465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC465A; }
p { color: rgb(204,70,90); }
H1.HeaderClassName
{
color: #CC465A;
}
.AnyTagClassName
{
color: #CC465A;
}
</style>
background-color css
<style>
a { background-color: #CC465A; }
a { background-color: rgb(204,70,90); }
div.DivClassName
{
background-color: #CC465A;
}
.BgClassName
{
background-color: #CC465A;
}
</style>
border-color css
<style>
span { border-color: #CC465A; }
span { border-color: rgb(204,70,90); }
td.TdClassName
{
border-color: #CC465A;
}
.TagClassName
{
border-color: #CC465A;
}
</style>