Shades of Mandy #CC4958
Tints of Mandy #CC4958
RGB
CMYK
RGB Variations
Color information
#CC4958 (or 0xCC4958) is known color: Mandy. HEX triplet: CC, 49 and 58. RGB value is (204,73,88). Sum of RGB (Red+Green+Blue) = 204+73+88=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4958 is #33B6A7. Grayscale: #717171. Windows color (decimal): -3389096 or 5786060. OLE color: 5786060.
HSL color Cylindrical-coordinate representation of color #CC4958: hue angle of 353.13º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4958 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 88 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.2 |
| HSL | 353.13º | 0.56% | 0.54% | - |
| HSV(B) | 353.13º | 0.64% | 0.8% | - |
| XYZ | 29.05 | 18.31 | 11.24 | - |
| YUV | 113.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 88 | 0 | 0.64 | 0.57 | 0.2 | 353.13 | 0.56 | 0.54 |
| Hex | CC | 49 | 58 | 0 | 40 | 39 | 14 | 161 | 38 | 36 |
| Octal | 314 | 111 | 130 | 0 | 100 | 71 | 24 | 541 | 70 | 66 |
| Binary | 11001100 | 1001001 | 1011000 | 0 | 1000000 | 111001 | 10100 | 101100001 | 111000 | 110110 |
Color Harmonies of #CC4958
Complementary color
Monochromatic Colors of #CC4958
Black with #CC4958
Text Example
Text Example
White with #CC4958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4958; }
p { color: rgb(204,73,88); }
H1.HeaderClassName
{
color: #CC4958;
}
.AnyTagClassName
{
color: #CC4958;
}
</style>
background-color css
<style>
a { background-color: #CC4958; }
a { background-color: rgb(204,73,88); }
div.DivClassName
{
background-color: #CC4958;
}
.BgClassName
{
background-color: #CC4958;
}
</style>
border-color css
<style>
span { border-color: #CC4958; }
span { border-color: rgb(204,73,88); }
td.TdClassName
{
border-color: #CC4958;
}
.TagClassName
{
border-color: #CC4958;
}
</style>