Shades of Mandy #CC585D
Tints of Mandy #CC585D
RGB
CMYK
RGB Variations
Color information
#CC585D (or 0xCC585D) is known color: Mandy. HEX triplet: CC, 58 and 5D. RGB value is (204,88,93). Sum of RGB (Red+Green+Blue) = 204+88+93=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC585D is #33A7A2. Grayscale: #7B7B7B. Windows color (decimal): -3385251 or 6117580. OLE color: 6117580.
HSL color Cylindrical-coordinate representation of color #CC585D: hue angle of 357.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC585D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 93 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.2 |
| HSL | 357.41º | 0.53% | 0.57% | - |
| HSV(B) | 357.41º | 0.57% | 0.8% | - |
| XYZ | 30.37 | 20.61 | 12.73 | - |
| YUV | 123.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 93 | 0 | 0.57 | 0.54 | 0.2 | 357.41 | 0.53 | 0.57 |
| Hex | CC | 58 | 5D | 0 | 39 | 36 | 14 | 165 | 35 | 39 |
| Octal | 314 | 130 | 135 | 0 | 71 | 66 | 24 | 545 | 65 | 71 |
| Binary | 11001100 | 1011000 | 1011101 | 0 | 111001 | 110110 | 10100 | 101100101 | 110101 | 111001 |
Color Harmonies of #CC585D
Complementary color
Monochromatic Colors of #CC585D
Black with #CC585D
Text Example
Text Example
White with #CC585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC585D; }
p { color: rgb(204,88,93); }
H1.HeaderClassName
{
color: #CC585D;
}
.AnyTagClassName
{
color: #CC585D;
}
</style>
background-color css
<style>
a { background-color: #CC585D; }
a { background-color: rgb(204,88,93); }
div.DivClassName
{
background-color: #CC585D;
}
.BgClassName
{
background-color: #CC585D;
}
</style>
border-color css
<style>
span { border-color: #CC585D; }
span { border-color: rgb(204,88,93); }
td.TdClassName
{
border-color: #CC585D;
}
.TagClassName
{
border-color: #CC585D;
}
</style>