Shades of Mandy #C6525E
Tints of Mandy #C6525E
RGB
CMYK
RGB Variations
Color information
#C6525E (or 0xC6525E) is known color: Mandy. HEX triplet: C6, 52 and 5E. RGB value is (198,82,94). Sum of RGB (Red+Green+Blue) = 198+82+94=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6525E is #39ADA1. Grayscale: #767676. Windows color (decimal): -3780002 or 6181574. OLE color: 6181574.
HSL color Cylindrical-coordinate representation of color #C6525E: hue angle of 353.79º 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 #C6525E is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 94 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.22 |
| HSL | 353.79º | 0.5% | 0.55% | - |
| HSV(B) | 353.79º | 0.59% | 0.78% | - |
| XYZ | 28.33 | 18.85 | 12.73 | - |
| YUV | 118.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 94 | 0 | 0.59 | 0.53 | 0.22 | 353.79 | 0.5 | 0.55 |
| Hex | C6 | 52 | 5E | 0 | 3B | 35 | 16 | 162 | 32 | 37 |
| Octal | 306 | 122 | 136 | 0 | 73 | 65 | 26 | 542 | 62 | 67 |
| Binary | 11000110 | 1010010 | 1011110 | 0 | 111011 | 110101 | 10110 | 101100010 | 110010 | 110111 |
Color Harmonies of #C6525E
Complementary color
Monochromatic Colors of #C6525E
Black with #C6525E
Text Example
Text Example
White with #C6525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6525E; }
p { color: rgb(198,82,94); }
H1.HeaderClassName
{
color: #C6525E;
}
.AnyTagClassName
{
color: #C6525E;
}
</style>
background-color css
<style>
a { background-color: #C6525E; }
a { background-color: rgb(198,82,94); }
div.DivClassName
{
background-color: #C6525E;
}
.BgClassName
{
background-color: #C6525E;
}
</style>
border-color css
<style>
span { border-color: #C6525E; }
span { border-color: rgb(198,82,94); }
td.TdClassName
{
border-color: #C6525E;
}
.TagClassName
{
border-color: #C6525E;
}
</style>