Shades of Mandy #CC4657
Tints of Mandy #CC4657
RGB
CMYK
RGB Variations
Color information
#CC4657 (or 0xCC4657) is known color: Mandy. HEX triplet: CC, 46 and 57. RGB value is (204,70,87). Sum of RGB (Red+Green+Blue) = 204+70+87=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4657 is #33B9A8. Grayscale: #707070. Windows color (decimal): -3389865 or 5719756. OLE color: 5719756.
HSL color Cylindrical-coordinate representation of color #CC4657: hue angle of 352.39º 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 #CC4657 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 87 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.2 |
| HSL | 352.39º | 0.57% | 0.54% | - |
| HSV(B) | 352.39º | 0.66% | 0.8% | - |
| XYZ | 28.81 | 17.91 | 10.95 | - |
| YUV | 112 | 113.89 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 87 | 0 | 0.66 | 0.57 | 0.2 | 352.39 | 0.57 | 0.54 |
| Hex | CC | 46 | 57 | 0 | 42 | 39 | 14 | 160 | 39 | 36 |
| Octal | 314 | 106 | 127 | 0 | 102 | 71 | 24 | 540 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1010111 | 0 | 1000010 | 111001 | 10100 | 101100000 | 111001 | 110110 |
Color Harmonies of #CC4657
Complementary color
Monochromatic Colors of #CC4657
Black with #CC4657
Text Example
Text Example
White with #CC4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4657; }
p { color: rgb(204,70,87); }
H1.HeaderClassName
{
color: #CC4657;
}
.AnyTagClassName
{
color: #CC4657;
}
</style>
background-color css
<style>
a { background-color: #CC4657; }
a { background-color: rgb(204,70,87); }
div.DivClassName
{
background-color: #CC4657;
}
.BgClassName
{
background-color: #CC4657;
}
</style>
border-color css
<style>
span { border-color: #CC4657; }
span { border-color: rgb(204,70,87); }
td.TdClassName
{
border-color: #CC4657;
}
.TagClassName
{
border-color: #CC4657;
}
</style>