Shades of Mandy #C65C5D
Tints of Mandy #C65C5D
RGB
CMYK
RGB Variations
Color information
#C65C5D (or 0xC65C5D) is known color: Mandy. HEX triplet: C6, 5C and 5D. RGB value is (198,92,93). Sum of RGB (Red+Green+Blue) = 198+92+93=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C5D is #39A3A2. Grayscale: #7B7B7B. Windows color (decimal): -3777443 or 6118598. OLE color: 6118598.
HSL color Cylindrical-coordinate representation of color #C65C5D: hue angle of 359.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65C5D is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 93 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.22 |
| HSL | 359.43º | 0.48% | 0.57% | - |
| HSV(B) | 359.43º | 0.54% | 0.78% | - |
| XYZ | 29.09 | 20.45 | 12.77 | - |
| YUV | 123.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 93 | 0 | 0.54 | 0.53 | 0.22 | 359.43 | 0.48 | 0.57 |
| Hex | C6 | 5C | 5D | 0 | 36 | 35 | 16 | 167 | 30 | 39 |
| Octal | 306 | 134 | 135 | 0 | 66 | 65 | 26 | 547 | 60 | 71 |
| Binary | 11000110 | 1011100 | 1011101 | 0 | 110110 | 110101 | 10110 | 101100111 | 110000 | 111001 |
Color Harmonies of #C65C5D
Complementary color
Monochromatic Colors of #C65C5D
Black with #C65C5D
Text Example
Text Example
White with #C65C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C5D; }
p { color: rgb(198,92,93); }
H1.HeaderClassName
{
color: #C65C5D;
}
.AnyTagClassName
{
color: #C65C5D;
}
</style>
background-color css
<style>
a { background-color: #C65C5D; }
a { background-color: rgb(198,92,93); }
div.DivClassName
{
background-color: #C65C5D;
}
.BgClassName
{
background-color: #C65C5D;
}
</style>
border-color css
<style>
span { border-color: #C65C5D; }
span { border-color: rgb(198,92,93); }
td.TdClassName
{
border-color: #C65C5D;
}
.TagClassName
{
border-color: #C65C5D;
}
</style>