Shades of Mandy #CC6063
Tints of Mandy #CC6063
RGB
CMYK
RGB Variations
Color information
#CC6063 (or 0xCC6063) is known color: Mandy. HEX triplet: CC, 60 and 63. RGB value is (204,96,99). Sum of RGB (Red+Green+Blue) = 204+96+99=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6063 is #339F9C. Grayscale: #808080. Windows color (decimal): -3383197 or 6512844. OLE color: 6512844.
HSL color Cylindrical-coordinate representation of color #CC6063: hue angle of 358.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6063 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 99 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.2 |
| HSL | 358.33º | 0.51% | 0.59% | - |
| HSV(B) | 358.33º | 0.53% | 0.8% | - |
| XYZ | 31.34 | 22.1 | 14.42 | - |
| YUV | 128.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 99 | 0 | 0.53 | 0.51 | 0.2 | 358.33 | 0.51 | 0.59 |
| Hex | CC | 60 | 63 | 0 | 35 | 33 | 14 | 166 | 33 | 3B |
| Octal | 314 | 140 | 143 | 0 | 65 | 63 | 24 | 546 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1100011 | 0 | 110101 | 110011 | 10100 | 101100110 | 110011 | 111011 |
Color Harmonies of #CC6063
Complementary color
Monochromatic Colors of #CC6063
Black with #CC6063
Text Example
Text Example
White with #CC6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6063; }
p { color: rgb(204,96,99); }
H1.HeaderClassName
{
color: #CC6063;
}
.AnyTagClassName
{
color: #CC6063;
}
</style>
background-color css
<style>
a { background-color: #CC6063; }
a { background-color: rgb(204,96,99); }
div.DivClassName
{
background-color: #CC6063;
}
.BgClassName
{
background-color: #CC6063;
}
</style>
border-color css
<style>
span { border-color: #CC6063; }
span { border-color: rgb(204,96,99); }
td.TdClassName
{
border-color: #CC6063;
}
.TagClassName
{
border-color: #CC6063;
}
</style>