Shades of Mandy #CC5357
Tints of Mandy #CC5357
RGB
CMYK
RGB Variations
Color information
#CC5357 (or 0xCC5357) is known color: Mandy. HEX triplet: CC, 53 and 57. RGB value is (204,83,87). Sum of RGB (Red+Green+Blue) = 204+83+87=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5357 is #33ACA8. Grayscale: #777777. Windows color (decimal): -3386537 or 5723084. OLE color: 5723084.
HSL color Cylindrical-coordinate representation of color #CC5357: hue angle of 358.02º 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 #CC5357 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 87 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.2 |
| HSL | 358.02º | 0.54% | 0.56% | - |
| HSV(B) | 358.02º | 0.59% | 0.8% | - |
| XYZ | 29.72 | 19.71 | 11.26 | - |
| YUV | 119.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 87 | 0 | 0.59 | 0.57 | 0.2 | 358.02 | 0.54 | 0.56 |
| Hex | CC | 53 | 57 | 0 | 3B | 39 | 14 | 166 | 36 | 38 |
| Octal | 314 | 123 | 127 | 0 | 73 | 71 | 24 | 546 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1010111 | 0 | 111011 | 111001 | 10100 | 101100110 | 110110 | 111000 |
Color Harmonies of #CC5357
Complementary color
Monochromatic Colors of #CC5357
Black with #CC5357
Text Example
Text Example
White with #CC5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5357; }
p { color: rgb(204,83,87); }
H1.HeaderClassName
{
color: #CC5357;
}
.AnyTagClassName
{
color: #CC5357;
}
</style>
background-color css
<style>
a { background-color: #CC5357; }
a { background-color: rgb(204,83,87); }
div.DivClassName
{
background-color: #CC5357;
}
.BgClassName
{
background-color: #CC5357;
}
</style>
border-color css
<style>
span { border-color: #CC5357; }
span { border-color: rgb(204,83,87); }
td.TdClassName
{
border-color: #CC5357;
}
.TagClassName
{
border-color: #CC5357;
}
</style>