Shades of Mandy #CC5D65
Tints of Mandy #CC5D65
RGB
CMYK
RGB Variations
Color information
#CC5D65 (or 0xCC5D65) is known color: Mandy. HEX triplet: CC, 5D and 65. RGB value is (204,93,101). Sum of RGB (Red+Green+Blue) = 204+93+101=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D65 is #33A29A. Grayscale: #7F7F7F. Windows color (decimal): -3383963 or 6643148. OLE color: 6643148.
HSL color Cylindrical-coordinate representation of color #CC5D65: hue angle of 355.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5D65 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 101 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.2 |
| HSL | 355.68º | 0.52% | 0.58% | - |
| HSV(B) | 355.68º | 0.54% | 0.8% | - |
| XYZ | 31.17 | 21.61 | 14.84 | - |
| YUV | 127.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 101 | 0 | 0.54 | 0.50 | 0.2 | 355.68 | 0.52 | 0.58 |
| Hex | CC | 5D | 65 | 0 | 36 | 32 | 14 | 164 | 34 | 3A |
| Octal | 314 | 135 | 145 | 0 | 66 | 62 | 24 | 544 | 64 | 72 |
| Binary | 11001100 | 1011101 | 1100101 | 0 | 110110 | 110010 | 10100 | 101100100 | 110100 | 111010 |
Color Harmonies of #CC5D65
Complementary color
Monochromatic Colors of #CC5D65
Black with #CC5D65
Text Example
Text Example
White with #CC5D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D65; }
p { color: rgb(204,93,101); }
H1.HeaderClassName
{
color: #CC5D65;
}
.AnyTagClassName
{
color: #CC5D65;
}
</style>
background-color css
<style>
a { background-color: #CC5D65; }
a { background-color: rgb(204,93,101); }
div.DivClassName
{
background-color: #CC5D65;
}
.BgClassName
{
background-color: #CC5D65;
}
</style>
border-color css
<style>
span { border-color: #CC5D65; }
span { border-color: rgb(204,93,101); }
td.TdClassName
{
border-color: #CC5D65;
}
.TagClassName
{
border-color: #CC5D65;
}
</style>