Shades of Mandy #CC4758
Tints of Mandy #CC4758
RGB
CMYK
RGB Variations
Color information
#CC4758 (or 0xCC4758) is known color: Mandy. HEX triplet: CC, 47 and 58. RGB value is (204,71,88). Sum of RGB (Red+Green+Blue) = 204+71+88=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4758 is #33B8A7. Grayscale: #707070. Windows color (decimal): -3389608 or 5785548. OLE color: 5785548.
HSL color Cylindrical-coordinate representation of color #CC4758: hue angle of 352.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4758 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 88 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.2 |
| HSL | 352.33º | 0.57% | 0.54% | - |
| HSV(B) | 352.33º | 0.65% | 0.8% | - |
| XYZ | 28.92 | 18.05 | 11.19 | - |
| YUV | 112.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 88 | 0 | 0.65 | 0.57 | 0.2 | 352.33 | 0.57 | 0.54 |
| Hex | CC | 47 | 58 | 0 | 41 | 39 | 14 | 160 | 39 | 36 |
| Octal | 314 | 107 | 130 | 0 | 101 | 71 | 24 | 540 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1011000 | 0 | 1000001 | 111001 | 10100 | 101100000 | 111001 | 110110 |
Color Harmonies of #CC4758
Complementary color
Monochromatic Colors of #CC4758
Black with #CC4758
Text Example
Text Example
White with #CC4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4758; }
p { color: rgb(204,71,88); }
H1.HeaderClassName
{
color: #CC4758;
}
.AnyTagClassName
{
color: #CC4758;
}
</style>
background-color css
<style>
a { background-color: #CC4758; }
a { background-color: rgb(204,71,88); }
div.DivClassName
{
background-color: #CC4758;
}
.BgClassName
{
background-color: #CC4758;
}
</style>
border-color css
<style>
span { border-color: #CC4758; }
span { border-color: rgb(204,71,88); }
td.TdClassName
{
border-color: #CC4758;
}
.TagClassName
{
border-color: #CC4758;
}
</style>