Shades of Mandy #CC535B
Tints of Mandy #CC535B
RGB
CMYK
RGB Variations
Color information
#CC535B (or 0xCC535B) is known color: Mandy. HEX triplet: CC, 53 and 5B. RGB value is (204,83,91). Sum of RGB (Red+Green+Blue) = 204+83+91=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC535B is #33ACA4. Grayscale: #787878. Windows color (decimal): -3386533 or 5985228. OLE color: 5985228.
HSL color Cylindrical-coordinate representation of color #CC535B: hue angle of 356.03º 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 #CC535B is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 91 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.2 |
| HSL | 356.03º | 0.54% | 0.56% | - |
| HSV(B) | 356.03º | 0.59% | 0.8% | - |
| XYZ | 29.88 | 19.78 | 12.14 | - |
| YUV | 120.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 91 | 0 | 0.59 | 0.55 | 0.2 | 356.03 | 0.54 | 0.56 |
| Hex | CC | 53 | 5B | 0 | 3B | 37 | 14 | 164 | 36 | 38 |
| Octal | 314 | 123 | 133 | 0 | 73 | 67 | 24 | 544 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1011011 | 0 | 111011 | 110111 | 10100 | 101100100 | 110110 | 111000 |
Color Harmonies of #CC535B
Complementary color
Monochromatic Colors of #CC535B
Black with #CC535B
Text Example
Text Example
White with #CC535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC535B; }
p { color: rgb(204,83,91); }
H1.HeaderClassName
{
color: #CC535B;
}
.AnyTagClassName
{
color: #CC535B;
}
</style>
background-color css
<style>
a { background-color: #CC535B; }
a { background-color: rgb(204,83,91); }
div.DivClassName
{
background-color: #CC535B;
}
.BgClassName
{
background-color: #CC535B;
}
</style>
border-color css
<style>
span { border-color: #CC535B; }
span { border-color: rgb(204,83,91); }
td.TdClassName
{
border-color: #CC535B;
}
.TagClassName
{
border-color: #CC535B;
}
</style>