Shades of Mandy #CC465B
Tints of Mandy #CC465B
RGB
CMYK
RGB Variations
Color information
#CC465B (or 0xCC465B) is known color: Mandy. HEX triplet: CC, 46 and 5B. RGB value is (204,70,91). Sum of RGB (Red+Green+Blue) = 204+70+91=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC465B is #33B9A4. Grayscale: #707070. Windows color (decimal): -3389861 or 5981900. OLE color: 5981900.
HSL color Cylindrical-coordinate representation of color #CC465B: hue angle of 350.6º 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 #CC465B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 91 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.2 |
| HSL | 350.6º | 0.57% | 0.54% | - |
| HSV(B) | 350.6º | 0.66% | 0.8% | - |
| XYZ | 28.98 | 17.97 | 11.84 | - |
| YUV | 112.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 91 | 0 | 0.66 | 0.55 | 0.2 | 350.6 | 0.57 | 0.54 |
| Hex | CC | 46 | 5B | 0 | 42 | 37 | 14 | 15F | 39 | 36 |
| Octal | 314 | 106 | 133 | 0 | 102 | 67 | 24 | 537 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1011011 | 0 | 1000010 | 110111 | 10100 | 101011111 | 111001 | 110110 |
Color Harmonies of #CC465B
Complementary color
Monochromatic Colors of #CC465B
Black with #CC465B
Text Example
Text Example
White with #CC465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC465B; }
p { color: rgb(204,70,91); }
H1.HeaderClassName
{
color: #CC465B;
}
.AnyTagClassName
{
color: #CC465B;
}
</style>
background-color css
<style>
a { background-color: #CC465B; }
a { background-color: rgb(204,70,91); }
div.DivClassName
{
background-color: #CC465B;
}
.BgClassName
{
background-color: #CC465B;
}
</style>
border-color css
<style>
span { border-color: #CC465B; }
span { border-color: rgb(204,70,91); }
td.TdClassName
{
border-color: #CC465B;
}
.TagClassName
{
border-color: #CC465B;
}
</style>