Shades of Mandy #CC4654
Tints of Mandy #CC4654
RGB
CMYK
RGB Variations
Color information
#CC4654 (or 0xCC4654) is known color: Mandy. HEX triplet: CC, 46 and 54. RGB value is (204,70,84). Sum of RGB (Red+Green+Blue) = 204+70+84=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4654 is #33B9AB. Grayscale: #6F6F6F. Windows color (decimal): -3389868 or 5523148. OLE color: 5523148.
HSL color Cylindrical-coordinate representation of color #CC4654: hue angle of 353.73º 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 #CC4654 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 84 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.2 |
| HSL | 353.73º | 0.57% | 0.54% | - |
| HSV(B) | 353.73º | 0.66% | 0.8% | - |
| XYZ | 28.69 | 17.86 | 10.32 | - |
| YUV | 111.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 84 | 0 | 0.66 | 0.59 | 0.2 | 353.73 | 0.57 | 0.54 |
| Hex | CC | 46 | 54 | 0 | 42 | 3B | 14 | 162 | 39 | 36 |
| Octal | 314 | 106 | 124 | 0 | 102 | 73 | 24 | 542 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1010100 | 0 | 1000010 | 111011 | 10100 | 101100010 | 111001 | 110110 |
Color Harmonies of #CC4654
Complementary color
Monochromatic Colors of #CC4654
Black with #CC4654
Text Example
Text Example
White with #CC4654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4654; }
p { color: rgb(204,70,84); }
H1.HeaderClassName
{
color: #CC4654;
}
.AnyTagClassName
{
color: #CC4654;
}
</style>
background-color css
<style>
a { background-color: #CC4654; }
a { background-color: rgb(204,70,84); }
div.DivClassName
{
background-color: #CC4654;
}
.BgClassName
{
background-color: #CC4654;
}
</style>
border-color css
<style>
span { border-color: #CC4654; }
span { border-color: rgb(204,70,84); }
td.TdClassName
{
border-color: #CC4654;
}
.TagClassName
{
border-color: #CC4654;
}
</style>