Shades of Mandy #C65B5D
Tints of Mandy #C65B5D
RGB
CMYK
RGB Variations
Color information
#C65B5D (or 0xC65B5D) is known color: Mandy. HEX triplet: C6, 5B and 5D. RGB value is (198,91,93). Sum of RGB (Red+Green+Blue) = 198+91+93=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65B5D is #39A4A2. Grayscale: #7B7B7B. Windows color (decimal): -3777699 or 6118342. OLE color: 6118342.
HSL color Cylindrical-coordinate representation of color #C65B5D: hue angle of 358.88º 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 #C65B5D is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 93 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.22 |
| HSL | 358.88º | 0.48% | 0.57% | - |
| HSV(B) | 358.88º | 0.54% | 0.78% | - |
| XYZ | 29.01 | 20.28 | 12.74 | - |
| YUV | 123.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 93 | 0 | 0.54 | 0.53 | 0.22 | 358.88 | 0.48 | 0.57 |
| Hex | C6 | 5B | 5D | 0 | 36 | 35 | 16 | 167 | 30 | 39 |
| Octal | 306 | 133 | 135 | 0 | 66 | 65 | 26 | 547 | 60 | 71 |
| Binary | 11000110 | 1011011 | 1011101 | 0 | 110110 | 110101 | 10110 | 101100111 | 110000 | 111001 |
Color Harmonies of #C65B5D
Complementary color
Monochromatic Colors of #C65B5D
Black with #C65B5D
Text Example
Text Example
White with #C65B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B5D; }
p { color: rgb(198,91,93); }
H1.HeaderClassName
{
color: #C65B5D;
}
.AnyTagClassName
{
color: #C65B5D;
}
</style>
background-color css
<style>
a { background-color: #C65B5D; }
a { background-color: rgb(198,91,93); }
div.DivClassName
{
background-color: #C65B5D;
}
.BgClassName
{
background-color: #C65B5D;
}
</style>
border-color css
<style>
span { border-color: #C65B5D; }
span { border-color: rgb(198,91,93); }
td.TdClassName
{
border-color: #C65B5D;
}
.TagClassName
{
border-color: #C65B5D;
}
</style>