Shades of Mandy #CC5362
Tints of Mandy #CC5362
RGB
CMYK
RGB Variations
Color information
#CC5362 (or 0xCC5362) is known color: Mandy. HEX triplet: CC, 53 and 62. RGB value is (204,83,98). Sum of RGB (Red+Green+Blue) = 204+83+98=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5362 is #33AC9D. Grayscale: #787878. Windows color (decimal): -3386526 or 6443980. OLE color: 6443980.
HSL color Cylindrical-coordinate representation of color #CC5362: hue angle of 352.56º 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 #CC5362 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 98 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.2 |
| HSL | 352.56º | 0.54% | 0.56% | - |
| HSV(B) | 352.56º | 0.59% | 0.8% | - |
| XYZ | 30.2 | 19.91 | 13.81 | - |
| YUV | 120.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 98 | 0 | 0.59 | 0.52 | 0.2 | 352.56 | 0.54 | 0.56 |
| Hex | CC | 53 | 62 | 0 | 3B | 34 | 14 | 161 | 36 | 38 |
| Octal | 314 | 123 | 142 | 0 | 73 | 64 | 24 | 541 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1100010 | 0 | 111011 | 110100 | 10100 | 101100001 | 110110 | 111000 |
Color Harmonies of #CC5362
Complementary color
Monochromatic Colors of #CC5362
Black with #CC5362
Text Example
Text Example
White with #CC5362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5362; }
p { color: rgb(204,83,98); }
H1.HeaderClassName
{
color: #CC5362;
}
.AnyTagClassName
{
color: #CC5362;
}
</style>
background-color css
<style>
a { background-color: #CC5362; }
a { background-color: rgb(204,83,98); }
div.DivClassName
{
background-color: #CC5362;
}
.BgClassName
{
background-color: #CC5362;
}
</style>
border-color css
<style>
span { border-color: #CC5362; }
span { border-color: rgb(204,83,98); }
td.TdClassName
{
border-color: #CC5362;
}
.TagClassName
{
border-color: #CC5362;
}
</style>