Shades of Mandy #CC485D
Tints of Mandy #CC485D
RGB
CMYK
RGB Variations
Color information
#CC485D (or 0xCC485D) is known color: Mandy. HEX triplet: CC, 48 and 5D. RGB value is (204,72,93). Sum of RGB (Red+Green+Blue) = 204+72+93=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC485D is #33B7A2. Grayscale: #717171. Windows color (decimal): -3389347 or 6113484. OLE color: 6113484.
HSL color Cylindrical-coordinate representation of color #CC485D: hue angle of 350.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC485D is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 93 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.2 |
| HSL | 350.45º | 0.56% | 0.54% | - |
| HSV(B) | 350.45º | 0.65% | 0.8% | - |
| XYZ | 29.19 | 18.26 | 12.34 | - |
| YUV | 113.86 | 116.23 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 93 | 0 | 0.65 | 0.54 | 0.2 | 350.45 | 0.56 | 0.54 |
| Hex | CC | 48 | 5D | 0 | 41 | 36 | 14 | 15E | 38 | 36 |
| Octal | 314 | 110 | 135 | 0 | 101 | 66 | 24 | 536 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1011101 | 0 | 1000001 | 110110 | 10100 | 101011110 | 111000 | 110110 |
Color Harmonies of #CC485D
Complementary color
Monochromatic Colors of #CC485D
Black with #CC485D
Text Example
Text Example
White with #CC485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC485D; }
p { color: rgb(204,72,93); }
H1.HeaderClassName
{
color: #CC485D;
}
.AnyTagClassName
{
color: #CC485D;
}
</style>
background-color css
<style>
a { background-color: #CC485D; }
a { background-color: rgb(204,72,93); }
div.DivClassName
{
background-color: #CC485D;
}
.BgClassName
{
background-color: #CC485D;
}
</style>
border-color css
<style>
span { border-color: #CC485D; }
span { border-color: rgb(204,72,93); }
td.TdClassName
{
border-color: #CC485D;
}
.TagClassName
{
border-color: #CC485D;
}
</style>