Shades of Mandy #CC4157
Tints of Mandy #CC4157
RGB
CMYK
RGB Variations
Color information
#CC4157 (or 0xCC4157) is known color: Mandy. HEX triplet: CC, 41 and 57. RGB value is (204,65,87). Sum of RGB (Red+Green+Blue) = 204+65+87=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4157 is #33BEA8. Grayscale: #6D6D6D. Windows color (decimal): -3391145 or 5718476. OLE color: 5718476.
HSL color Cylindrical-coordinate representation of color #CC4157: hue angle of 350.5º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4157 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 87 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.2 |
| HSL | 350.5º | 0.58% | 0.53% | - |
| HSV(B) | 350.5º | 0.68% | 0.8% | - |
| XYZ | 28.51 | 17.31 | 10.85 | - |
| YUV | 109.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 87 | 0 | 0.68 | 0.57 | 0.2 | 350.5 | 0.58 | 0.53 |
| Hex | CC | 41 | 57 | 0 | 44 | 39 | 14 | 15F | 3A | 35 |
| Octal | 314 | 101 | 127 | 0 | 104 | 71 | 24 | 537 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1010111 | 0 | 1000100 | 111001 | 10100 | 101011111 | 111010 | 110101 |
Color Harmonies of #CC4157
Complementary color
Monochromatic Colors of #CC4157
Black with #CC4157
Text Example
Text Example
White with #CC4157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4157; }
p { color: rgb(204,65,87); }
H1.HeaderClassName
{
color: #CC4157;
}
.AnyTagClassName
{
color: #CC4157;
}
</style>
background-color css
<style>
a { background-color: #CC4157; }
a { background-color: rgb(204,65,87); }
div.DivClassName
{
background-color: #CC4157;
}
.BgClassName
{
background-color: #CC4157;
}
</style>
border-color css
<style>
span { border-color: #CC4157; }
span { border-color: rgb(204,65,87); }
td.TdClassName
{
border-color: #CC4157;
}
.TagClassName
{
border-color: #CC4157;
}
</style>