Shades of Mandy #CC455B
Tints of Mandy #CC455B
RGB
CMYK
RGB Variations
Color information
#CC455B (or 0xCC455B) is known color: Mandy. HEX triplet: CC, 45 and 5B. RGB value is (204,69,91). Sum of RGB (Red+Green+Blue) = 204+69+91=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC455B is #33BAA4. Grayscale: #6F6F6F. Windows color (decimal): -3390117 or 5981644. OLE color: 5981644.
HSL color Cylindrical-coordinate representation of color #CC455B: hue angle of 350.22º 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 #CC455B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 91 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.2 |
| HSL | 350.22º | 0.57% | 0.54% | - |
| HSV(B) | 350.22º | 0.66% | 0.8% | - |
| XYZ | 28.92 | 17.85 | 11.82 | - |
| YUV | 111.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 91 | 0 | 0.66 | 0.55 | 0.2 | 350.22 | 0.57 | 0.54 |
| Hex | CC | 45 | 5B | 0 | 42 | 37 | 14 | 15E | 39 | 36 |
| Octal | 314 | 105 | 133 | 0 | 102 | 67 | 24 | 536 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1011011 | 0 | 1000010 | 110111 | 10100 | 101011110 | 111001 | 110110 |
Color Harmonies of #CC455B
Complementary color
Monochromatic Colors of #CC455B
Black with #CC455B
Text Example
Text Example
White with #CC455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC455B; }
p { color: rgb(204,69,91); }
H1.HeaderClassName
{
color: #CC455B;
}
.AnyTagClassName
{
color: #CC455B;
}
</style>
background-color css
<style>
a { background-color: #CC455B; }
a { background-color: rgb(204,69,91); }
div.DivClassName
{
background-color: #CC455B;
}
.BgClassName
{
background-color: #CC455B;
}
</style>
border-color css
<style>
span { border-color: #CC455B; }
span { border-color: rgb(204,69,91); }
td.TdClassName
{
border-color: #CC455B;
}
.TagClassName
{
border-color: #CC455B;
}
</style>