Shades of Mandy #CC4653
Tints of Mandy #CC4653
RGB
CMYK
RGB Variations
Color information
#CC4653 (or 0xCC4653) is known color: Mandy. HEX triplet: CC, 46 and 53. RGB value is (204,70,83). Sum of RGB (Red+Green+Blue) = 204+70+83=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4653 is #33B9AC. Grayscale: #6F6F6F. Windows color (decimal): -3389869 or 5457612. OLE color: 5457612.
HSL color Cylindrical-coordinate representation of color #CC4653: hue angle of 354.18º 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 #CC4653 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 83 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.2 |
| HSL | 354.18º | 0.57% | 0.54% | - |
| HSV(B) | 354.18º | 0.66% | 0.8% | - |
| XYZ | 28.65 | 17.84 | 10.12 | - |
| YUV | 111.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 83 | 0 | 0.66 | 0.59 | 0.2 | 354.18 | 0.57 | 0.54 |
| Hex | CC | 46 | 53 | 0 | 42 | 3B | 14 | 162 | 39 | 36 |
| Octal | 314 | 106 | 123 | 0 | 102 | 73 | 24 | 542 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1010011 | 0 | 1000010 | 111011 | 10100 | 101100010 | 111001 | 110110 |
Color Harmonies of #CC4653
Complementary color
Monochromatic Colors of #CC4653
Black with #CC4653
Text Example
Text Example
White with #CC4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4653; }
p { color: rgb(204,70,83); }
H1.HeaderClassName
{
color: #CC4653;
}
.AnyTagClassName
{
color: #CC4653;
}
</style>
background-color css
<style>
a { background-color: #CC4653; }
a { background-color: rgb(204,70,83); }
div.DivClassName
{
background-color: #CC4653;
}
.BgClassName
{
background-color: #CC4653;
}
</style>
border-color css
<style>
span { border-color: #CC4653; }
span { border-color: rgb(204,70,83); }
td.TdClassName
{
border-color: #CC4653;
}
.TagClassName
{
border-color: #CC4653;
}
</style>