Shades of Mandy #C65A5E
Tints of Mandy #C65A5E
RGB
CMYK
RGB Variations
Color information
#C65A5E (or 0xC65A5E) is known color: Mandy. HEX triplet: C6, 5A and 5E. RGB value is (198,90,94). Sum of RGB (Red+Green+Blue) = 198+90+94=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A5E is #39A5A1. Grayscale: #7A7A7A. Windows color (decimal): -3777954 or 6183622. OLE color: 6183622.
HSL color Cylindrical-coordinate representation of color #C65A5E: hue angle of 357.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65A5E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 94 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.22 |
| HSL | 357.78º | 0.49% | 0.56% | - |
| HSV(B) | 357.78º | 0.55% | 0.78% | - |
| XYZ | 28.97 | 20.13 | 12.95 | - |
| YUV | 122.75 | 111.78 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 94 | 0 | 0.55 | 0.53 | 0.22 | 357.78 | 0.49 | 0.56 |
| Hex | C6 | 5A | 5E | 0 | 37 | 35 | 16 | 166 | 31 | 38 |
| Octal | 306 | 132 | 136 | 0 | 67 | 65 | 26 | 546 | 61 | 70 |
| Binary | 11000110 | 1011010 | 1011110 | 0 | 110111 | 110101 | 10110 | 101100110 | 110001 | 111000 |
Color Harmonies of #C65A5E
Complementary color
Monochromatic Colors of #C65A5E
Black with #C65A5E
Text Example
Text Example
White with #C65A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A5E; }
p { color: rgb(198,90,94); }
H1.HeaderClassName
{
color: #C65A5E;
}
.AnyTagClassName
{
color: #C65A5E;
}
</style>
background-color css
<style>
a { background-color: #C65A5E; }
a { background-color: rgb(198,90,94); }
div.DivClassName
{
background-color: #C65A5E;
}
.BgClassName
{
background-color: #C65A5E;
}
</style>
border-color css
<style>
span { border-color: #C65A5E; }
span { border-color: rgb(198,90,94); }
td.TdClassName
{
border-color: #C65A5E;
}
.TagClassName
{
border-color: #C65A5E;
}
</style>