Shades of Mandy #CC5363
Tints of Mandy #CC5363
RGB
CMYK
RGB Variations
Color information
#CC5363 (or 0xCC5363) is known color: Mandy. HEX triplet: CC, 53 and 63. RGB value is (204,83,99). Sum of RGB (Red+Green+Blue) = 204+83+99=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5363 is #33AC9C. Grayscale: #797979. Windows color (decimal): -3386525 or 6509516. OLE color: 6509516.
HSL color Cylindrical-coordinate representation of color #CC5363: hue angle of 352.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5363 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 99 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.2 |
| HSL | 352.07º | 0.54% | 0.56% | - |
| HSV(B) | 352.07º | 0.59% | 0.8% | - |
| XYZ | 30.25 | 19.92 | 14.06 | - |
| YUV | 121 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 99 | 0 | 0.59 | 0.51 | 0.2 | 352.07 | 0.54 | 0.56 |
| Hex | CC | 53 | 63 | 0 | 3B | 33 | 14 | 160 | 36 | 38 |
| Octal | 314 | 123 | 143 | 0 | 73 | 63 | 24 | 540 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1100011 | 0 | 111011 | 110011 | 10100 | 101100000 | 110110 | 111000 |
Color Harmonies of #CC5363
Complementary color
Monochromatic Colors of #CC5363
Black with #CC5363
Text Example
Text Example
White with #CC5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5363; }
p { color: rgb(204,83,99); }
H1.HeaderClassName
{
color: #CC5363;
}
.AnyTagClassName
{
color: #CC5363;
}
</style>
background-color css
<style>
a { background-color: #CC5363; }
a { background-color: rgb(204,83,99); }
div.DivClassName
{
background-color: #CC5363;
}
.BgClassName
{
background-color: #CC5363;
}
</style>
border-color css
<style>
span { border-color: #CC5363; }
span { border-color: rgb(204,83,99); }
td.TdClassName
{
border-color: #CC5363;
}
.TagClassName
{
border-color: #CC5363;
}
</style>