Shades of Mandy #CC445D
Tints of Mandy #CC445D
RGB
CMYK
RGB Variations
Color information
#CC445D (or 0xCC445D) is known color: Mandy. HEX triplet: CC, 44 and 5D. RGB value is (204,68,93). Sum of RGB (Red+Green+Blue) = 204+68+93=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC445D is #33BBA2. Grayscale: #6F6F6F. Windows color (decimal): -3390371 or 6112460. OLE color: 6112460.
HSL color Cylindrical-coordinate representation of color #CC445D: hue angle of 348.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC445D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 93 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.2 |
| HSL | 348.97º | 0.57% | 0.53% | - |
| HSV(B) | 348.97º | 0.67% | 0.8% | - |
| XYZ | 28.94 | 17.76 | 12.26 | - |
| YUV | 111.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 93 | 0 | 0.67 | 0.54 | 0.2 | 348.97 | 0.57 | 0.53 |
| Hex | CC | 44 | 5D | 0 | 43 | 36 | 14 | 15D | 39 | 35 |
| Octal | 314 | 104 | 135 | 0 | 103 | 66 | 24 | 535 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1011101 | 0 | 1000011 | 110110 | 10100 | 101011101 | 111001 | 110101 |
Color Harmonies of #CC445D
Complementary color
Monochromatic Colors of #CC445D
Black with #CC445D
Text Example
Text Example
White with #CC445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC445D; }
p { color: rgb(204,68,93); }
H1.HeaderClassName
{
color: #CC445D;
}
.AnyTagClassName
{
color: #CC445D;
}
</style>
background-color css
<style>
a { background-color: #CC445D; }
a { background-color: rgb(204,68,93); }
div.DivClassName
{
background-color: #CC445D;
}
.BgClassName
{
background-color: #CC445D;
}
</style>
border-color css
<style>
span { border-color: #CC445D; }
span { border-color: rgb(204,68,93); }
td.TdClassName
{
border-color: #CC445D;
}
.TagClassName
{
border-color: #CC445D;
}
</style>