Shades of Mandy #CC485A
Tints of Mandy #CC485A
RGB
CMYK
RGB Variations
Color information
#CC485A (or 0xCC485A) is known color: Mandy. HEX triplet: CC, 48 and 5A. RGB value is (204,72,90). Sum of RGB (Red+Green+Blue) = 204+72+90=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC485A is #33B7A5. Grayscale: #717171. Windows color (decimal): -3389350 or 5916876. OLE color: 5916876.
HSL color Cylindrical-coordinate representation of color #CC485A: hue angle of 351.82º 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 #CC485A is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 90 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.2 |
| HSL | 351.82º | 0.56% | 0.54% | - |
| HSV(B) | 351.82º | 0.65% | 0.8% | - |
| XYZ | 29.06 | 18.21 | 11.66 | - |
| YUV | 113.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 90 | 0 | 0.65 | 0.56 | 0.2 | 351.82 | 0.56 | 0.54 |
| Hex | CC | 48 | 5A | 0 | 41 | 38 | 14 | 160 | 38 | 36 |
| Octal | 314 | 110 | 132 | 0 | 101 | 70 | 24 | 540 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1011010 | 0 | 1000001 | 111000 | 10100 | 101100000 | 111000 | 110110 |
Color Harmonies of #CC485A
Complementary color
Monochromatic Colors of #CC485A
Black with #CC485A
Text Example
Text Example
White with #CC485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC485A; }
p { color: rgb(204,72,90); }
H1.HeaderClassName
{
color: #CC485A;
}
.AnyTagClassName
{
color: #CC485A;
}
</style>
background-color css
<style>
a { background-color: #CC485A; }
a { background-color: rgb(204,72,90); }
div.DivClassName
{
background-color: #CC485A;
}
.BgClassName
{
background-color: #CC485A;
}
</style>
border-color css
<style>
span { border-color: #CC485A; }
span { border-color: rgb(204,72,90); }
td.TdClassName
{
border-color: #CC485A;
}
.TagClassName
{
border-color: #CC485A;
}
</style>