Shades of Mandy #CC445C
Tints of Mandy #CC445C
RGB
CMYK
RGB Variations
Color information
#CC445C (or 0xCC445C) is known color: Mandy. HEX triplet: CC, 44 and 5C. RGB value is (204,68,92). Sum of RGB (Red+Green+Blue) = 204+68+92=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC445C is #33BBA3. Grayscale: #6F6F6F. Windows color (decimal): -3390372 or 6046924. OLE color: 6046924.
HSL color Cylindrical-coordinate representation of color #CC445C: hue angle of 349.41º 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 #CC445C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 92 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.2 |
| HSL | 349.41º | 0.57% | 0.53% | - |
| HSV(B) | 349.41º | 0.67% | 0.8% | - |
| XYZ | 28.9 | 17.74 | 12.03 | - |
| YUV | 111.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 92 | 0 | 0.67 | 0.55 | 0.2 | 349.41 | 0.57 | 0.53 |
| Hex | CC | 44 | 5C | 0 | 43 | 37 | 14 | 15D | 39 | 35 |
| Octal | 314 | 104 | 134 | 0 | 103 | 67 | 24 | 535 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1011100 | 0 | 1000011 | 110111 | 10100 | 101011101 | 111001 | 110101 |
Color Harmonies of #CC445C
Complementary color
Monochromatic Colors of #CC445C
Black with #CC445C
Text Example
Text Example
White with #CC445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC445C; }
p { color: rgb(204,68,92); }
H1.HeaderClassName
{
color: #CC445C;
}
.AnyTagClassName
{
color: #CC445C;
}
</style>
background-color css
<style>
a { background-color: #CC445C; }
a { background-color: rgb(204,68,92); }
div.DivClassName
{
background-color: #CC445C;
}
.BgClassName
{
background-color: #CC445C;
}
</style>
border-color css
<style>
span { border-color: #CC445C; }
span { border-color: rgb(204,68,92); }
td.TdClassName
{
border-color: #CC445C;
}
.TagClassName
{
border-color: #CC445C;
}
</style>