Shades of Mandy #C6495C
Tints of Mandy #C6495C
RGB
CMYK
RGB Variations
Color information
#C6495C (or 0xC6495C) is known color: Mandy. HEX triplet: C6, 49 and 5C. RGB value is (198,73,92). Sum of RGB (Red+Green+Blue) = 198+73+92=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6495C is #39B6A3. Grayscale: #707070. Windows color (decimal): -3782308 or 6048198. OLE color: 6048198.
HSL color Cylindrical-coordinate representation of color #C6495C: hue angle of 350.88º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6495C is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 92 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.22 |
| HSL | 350.88º | 0.52% | 0.53% | - |
| HSV(B) | 350.88º | 0.63% | 0.78% | - |
| XYZ | 27.6 | 17.54 | 12.06 | - |
| YUV | 112.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 92 | 0 | 0.63 | 0.54 | 0.22 | 350.88 | 0.52 | 0.53 |
| Hex | C6 | 49 | 5C | 0 | 3F | 36 | 16 | 15F | 34 | 35 |
| Octal | 306 | 111 | 134 | 0 | 77 | 66 | 26 | 537 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1011100 | 0 | 111111 | 110110 | 10110 | 101011111 | 110100 | 110101 |
Color Harmonies of #C6495C
Complementary color
Monochromatic Colors of #C6495C
Black with #C6495C
Text Example
Text Example
White with #C6495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6495C; }
p { color: rgb(198,73,92); }
H1.HeaderClassName
{
color: #C6495C;
}
.AnyTagClassName
{
color: #C6495C;
}
</style>
background-color css
<style>
a { background-color: #C6495C; }
a { background-color: rgb(198,73,92); }
div.DivClassName
{
background-color: #C6495C;
}
.BgClassName
{
background-color: #C6495C;
}
</style>
border-color css
<style>
span { border-color: #C6495C; }
span { border-color: rgb(198,73,92); }
td.TdClassName
{
border-color: #C6495C;
}
.TagClassName
{
border-color: #C6495C;
}
</style>