Shades of Mandy #C6485C
Tints of Mandy #C6485C
RGB
CMYK
RGB Variations
Color information
#C6485C (or 0xC6485C) is known color: Mandy. HEX triplet: C6, 48 and 5C. RGB value is (198,72,92). Sum of RGB (Red+Green+Blue) = 198+72+92=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6485C is #39B7A3. Grayscale: #707070. Windows color (decimal): -3782564 or 6047942. OLE color: 6047942.
HSL color Cylindrical-coordinate representation of color #C6485C: hue angle of 350.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6485C is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 92 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.22 |
| HSL | 350.48º | 0.53% | 0.53% | - |
| HSV(B) | 350.48º | 0.64% | 0.78% | - |
| XYZ | 27.54 | 17.41 | 12.03 | - |
| YUV | 111.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 92 | 0 | 0.64 | 0.54 | 0.22 | 350.48 | 0.53 | 0.53 |
| Hex | C6 | 48 | 5C | 0 | 40 | 36 | 16 | 15E | 34 | 35 |
| Octal | 306 | 110 | 134 | 0 | 100 | 66 | 26 | 536 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1011100 | 0 | 1000000 | 110110 | 10110 | 101011110 | 110100 | 110101 |
Color Harmonies of #C6485C
Complementary color
Monochromatic Colors of #C6485C
Black with #C6485C
Text Example
Text Example
White with #C6485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6485C; }
p { color: rgb(198,72,92); }
H1.HeaderClassName
{
color: #C6485C;
}
.AnyTagClassName
{
color: #C6485C;
}
</style>
background-color css
<style>
a { background-color: #C6485C; }
a { background-color: rgb(198,72,92); }
div.DivClassName
{
background-color: #C6485C;
}
.BgClassName
{
background-color: #C6485C;
}
</style>
border-color css
<style>
span { border-color: #C6485C; }
span { border-color: rgb(198,72,92); }
td.TdClassName
{
border-color: #C6485C;
}
.TagClassName
{
border-color: #C6485C;
}
</style>