Shades of Mandy #C65259
Tints of Mandy #C65259
RGB
CMYK
RGB Variations
Color information
#C65259 (or 0xC65259) is known color: Mandy. HEX triplet: C6, 52 and 59. RGB value is (198,82,89). Sum of RGB (Red+Green+Blue) = 198+82+89=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C65259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65259 is #39ADA6. Grayscale: #757575. Windows color (decimal): -3780007 or 5853894. OLE color: 5853894.
HSL color Cylindrical-coordinate representation of color #C65259: hue angle of 356.38º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65259 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 89 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.22 |
| HSL | 356.38º | 0.5% | 0.55% | - |
| HSV(B) | 356.38º | 0.59% | 0.78% | - |
| XYZ | 28.11 | 18.76 | 11.59 | - |
| YUV | 117.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 89 | 0 | 0.59 | 0.55 | 0.22 | 356.38 | 0.5 | 0.55 |
| Hex | C6 | 52 | 59 | 0 | 3B | 37 | 16 | 164 | 32 | 37 |
| Octal | 306 | 122 | 131 | 0 | 73 | 67 | 26 | 544 | 62 | 67 |
| Binary | 11000110 | 1010010 | 1011001 | 0 | 111011 | 110111 | 10110 | 101100100 | 110010 | 110111 |
Color Harmonies of #C65259
Complementary color
Monochromatic Colors of #C65259
Black with #C65259
Text Example
Text Example
White with #C65259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65259; }
p { color: rgb(198,82,89); }
H1.HeaderClassName
{
color: #C65259;
}
.AnyTagClassName
{
color: #C65259;
}
</style>
background-color css
<style>
a { background-color: #C65259; }
a { background-color: rgb(198,82,89); }
div.DivClassName
{
background-color: #C65259;
}
.BgClassName
{
background-color: #C65259;
}
</style>
border-color css
<style>
span { border-color: #C65259; }
span { border-color: rgb(198,82,89); }
td.TdClassName
{
border-color: #C65259;
}
.TagClassName
{
border-color: #C65259;
}
</style>