Shades of Mandy #CC475D
Tints of Mandy #CC475D
RGB
CMYK
RGB Variations
Color information
#CC475D (or 0xCC475D) is known color: Mandy. HEX triplet: CC, 47 and 5D. RGB value is (204,71,93). Sum of RGB (Red+Green+Blue) = 204+71+93=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC475D is #33B8A2. Grayscale: #717171. Windows color (decimal): -3389603 or 6113228. OLE color: 6113228.
HSL color Cylindrical-coordinate representation of color #CC475D: hue angle of 350.08º 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 #CC475D is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 93 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.2 |
| HSL | 350.08º | 0.57% | 0.54% | - |
| HSV(B) | 350.08º | 0.65% | 0.8% | - |
| XYZ | 29.13 | 18.13 | 12.32 | - |
| YUV | 113.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 93 | 0 | 0.65 | 0.54 | 0.2 | 350.08 | 0.57 | 0.54 |
| Hex | CC | 47 | 5D | 0 | 41 | 36 | 14 | 15E | 39 | 36 |
| Octal | 314 | 107 | 135 | 0 | 101 | 66 | 24 | 536 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1011101 | 0 | 1000001 | 110110 | 10100 | 101011110 | 111001 | 110110 |
Color Harmonies of #CC475D
Complementary color
Monochromatic Colors of #CC475D
Black with #CC475D
Text Example
Text Example
White with #CC475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC475D; }
p { color: rgb(204,71,93); }
H1.HeaderClassName
{
color: #CC475D;
}
.AnyTagClassName
{
color: #CC475D;
}
</style>
background-color css
<style>
a { background-color: #CC475D; }
a { background-color: rgb(204,71,93); }
div.DivClassName
{
background-color: #CC475D;
}
.BgClassName
{
background-color: #CC475D;
}
</style>
border-color css
<style>
span { border-color: #CC475D; }
span { border-color: rgb(204,71,93); }
td.TdClassName
{
border-color: #CC475D;
}
.TagClassName
{
border-color: #CC475D;
}
</style>