Shades of Mandy #CC515C
Tints of Mandy #CC515C
RGB
CMYK
RGB Variations
Color information
#CC515C (or 0xCC515C) is known color: Mandy. HEX triplet: CC, 51 and 5C. RGB value is (204,81,92). Sum of RGB (Red+Green+Blue) = 204+81+92=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC515C is #33AEA3. Grayscale: #777777. Windows color (decimal): -3387044 or 6050252. OLE color: 6050252.
HSL color Cylindrical-coordinate representation of color #CC515C: hue angle of 354.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC515C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 92 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.2 |
| HSL | 354.63º | 0.55% | 0.56% | - |
| HSV(B) | 354.63º | 0.6% | 0.8% | - |
| XYZ | 29.78 | 19.49 | 12.32 | - |
| YUV | 119.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 92 | 0 | 0.60 | 0.55 | 0.2 | 354.63 | 0.55 | 0.56 |
| Hex | CC | 51 | 5C | 0 | 3C | 37 | 14 | 163 | 37 | 38 |
| Octal | 314 | 121 | 134 | 0 | 74 | 67 | 24 | 543 | 67 | 70 |
| Binary | 11001100 | 1010001 | 1011100 | 0 | 111100 | 110111 | 10100 | 101100011 | 110111 | 111000 |
Color Harmonies of #CC515C
Complementary color
Monochromatic Colors of #CC515C
Black with #CC515C
Text Example
Text Example
White with #CC515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC515C; }
p { color: rgb(204,81,92); }
H1.HeaderClassName
{
color: #CC515C;
}
.AnyTagClassName
{
color: #CC515C;
}
</style>
background-color css
<style>
a { background-color: #CC515C; }
a { background-color: rgb(204,81,92); }
div.DivClassName
{
background-color: #CC515C;
}
.BgClassName
{
background-color: #CC515C;
}
</style>
border-color css
<style>
span { border-color: #CC515C; }
span { border-color: rgb(204,81,92); }
td.TdClassName
{
border-color: #CC515C;
}
.TagClassName
{
border-color: #CC515C;
}
</style>