Shades of Mandy #CC535D
Tints of Mandy #CC535D
RGB
CMYK
RGB Variations
Color information
#CC535D (or 0xCC535D) is known color: Mandy. HEX triplet: CC, 53 and 5D. RGB value is (204,83,93). Sum of RGB (Red+Green+Blue) = 204+83+93=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC535D is #33ACA2. Grayscale: #787878. Windows color (decimal): -3386531 or 6116300. OLE color: 6116300.
HSL color Cylindrical-coordinate representation of color #CC535D: hue angle of 355.04º 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 #CC535D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 93 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.2 |
| HSL | 355.04º | 0.54% | 0.56% | - |
| HSV(B) | 355.04º | 0.59% | 0.8% | - |
| XYZ | 29.97 | 19.81 | 12.6 | - |
| YUV | 120.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 93 | 0 | 0.59 | 0.54 | 0.2 | 355.04 | 0.54 | 0.56 |
| Hex | CC | 53 | 5D | 0 | 3B | 36 | 14 | 163 | 36 | 38 |
| Octal | 314 | 123 | 135 | 0 | 73 | 66 | 24 | 543 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1011101 | 0 | 111011 | 110110 | 10100 | 101100011 | 110110 | 111000 |
Color Harmonies of #CC535D
Complementary color
Monochromatic Colors of #CC535D
Black with #CC535D
Text Example
Text Example
White with #CC535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC535D; }
p { color: rgb(204,83,93); }
H1.HeaderClassName
{
color: #CC535D;
}
.AnyTagClassName
{
color: #CC535D;
}
</style>
background-color css
<style>
a { background-color: #CC535D; }
a { background-color: rgb(204,83,93); }
div.DivClassName
{
background-color: #CC535D;
}
.BgClassName
{
background-color: #CC535D;
}
</style>
border-color css
<style>
span { border-color: #CC535D; }
span { border-color: rgb(204,83,93); }
td.TdClassName
{
border-color: #CC535D;
}
.TagClassName
{
border-color: #CC535D;
}
</style>