Shades of Mandy #C6485B
Tints of Mandy #C6485B
RGB
CMYK
RGB Variations
Color information
#C6485B (or 0xC6485B) is known color: Mandy. HEX triplet: C6, 48 and 5B. RGB value is (198,72,91). Sum of RGB (Red+Green+Blue) = 198+72+91=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6485B is #39B7A4. Grayscale: #6F6F6F. Windows color (decimal): -3782565 or 5982406. OLE color: 5982406.
HSL color Cylindrical-coordinate representation of color #C6485B: hue angle of 350.95º 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 #C6485B is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 91 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.22 |
| HSL | 350.95º | 0.53% | 0.53% | - |
| HSV(B) | 350.95º | 0.64% | 0.78% | - |
| XYZ | 27.49 | 17.4 | 11.81 | - |
| YUV | 111.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 91 | 0 | 0.64 | 0.54 | 0.22 | 350.95 | 0.53 | 0.53 |
| Hex | C6 | 48 | 5B | 0 | 40 | 36 | 16 | 15F | 34 | 35 |
| Octal | 306 | 110 | 133 | 0 | 100 | 66 | 26 | 537 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1011011 | 0 | 1000000 | 110110 | 10110 | 101011111 | 110100 | 110101 |
Color Harmonies of #C6485B
Complementary color
Monochromatic Colors of #C6485B
Black with #C6485B
Text Example
Text Example
White with #C6485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6485B; }
p { color: rgb(198,72,91); }
H1.HeaderClassName
{
color: #C6485B;
}
.AnyTagClassName
{
color: #C6485B;
}
</style>
background-color css
<style>
a { background-color: #C6485B; }
a { background-color: rgb(198,72,91); }
div.DivClassName
{
background-color: #C6485B;
}
.BgClassName
{
background-color: #C6485B;
}
</style>
border-color css
<style>
span { border-color: #C6485B; }
span { border-color: rgb(198,72,91); }
td.TdClassName
{
border-color: #C6485B;
}
.TagClassName
{
border-color: #C6485B;
}
</style>