Shades of Mandy #CC485F
Tints of Mandy #CC485F
RGB
CMYK
RGB Variations
Color information
#CC485F (or 0xCC485F) is known color: Mandy. HEX triplet: CC, 48 and 5F. RGB value is (204,72,95). Sum of RGB (Red+Green+Blue) = 204+72+95=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC485F is #33B7A0. Grayscale: #727272. Windows color (decimal): -3389345 or 6244556. OLE color: 6244556.
HSL color Cylindrical-coordinate representation of color #CC485F: hue angle of 349.55º 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 #CC485F is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 95 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.2 |
| HSL | 349.55º | 0.56% | 0.54% | - |
| HSV(B) | 349.55º | 0.65% | 0.8% | - |
| XYZ | 29.28 | 18.3 | 12.81 | - |
| YUV | 114.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 95 | 0 | 0.65 | 0.53 | 0.2 | 349.55 | 0.56 | 0.54 |
| Hex | CC | 48 | 5F | 0 | 41 | 35 | 14 | 15E | 38 | 36 |
| Octal | 314 | 110 | 137 | 0 | 101 | 65 | 24 | 536 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1011111 | 0 | 1000001 | 110101 | 10100 | 101011110 | 111000 | 110110 |
Color Harmonies of #CC485F
Complementary color
Monochromatic Colors of #CC485F
Black with #CC485F
Text Example
Text Example
White with #CC485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC485F; }
p { color: rgb(204,72,95); }
H1.HeaderClassName
{
color: #CC485F;
}
.AnyTagClassName
{
color: #CC485F;
}
</style>
background-color css
<style>
a { background-color: #CC485F; }
a { background-color: rgb(204,72,95); }
div.DivClassName
{
background-color: #CC485F;
}
.BgClassName
{
background-color: #CC485F;
}
</style>
border-color css
<style>
span { border-color: #CC485F; }
span { border-color: rgb(204,72,95); }
td.TdClassName
{
border-color: #CC485F;
}
.TagClassName
{
border-color: #CC485F;
}
</style>