Shades of Mandy #C6475A
Tints of Mandy #C6475A
RGB
CMYK
RGB Variations
Color information
#C6475A (or 0xC6475A) is known color: Mandy. HEX triplet: C6, 47 and 5A. RGB value is (198,71,90). Sum of RGB (Red+Green+Blue) = 198+71+90=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6475A is #39B8A5. Grayscale: #6F6F6F. Windows color (decimal): -3782822 or 5916614. OLE color: 5916614.
HSL color Cylindrical-coordinate representation of color #C6475A: hue angle of 351.02º degrees, saturation: 0.53, 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 #C6475A is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 90 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.22 |
| HSL | 351.02º | 0.53% | 0.53% | - |
| HSV(B) | 351.02º | 0.64% | 0.78% | - |
| XYZ | 27.39 | 17.25 | 11.56 | - |
| YUV | 111.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 90 | 0 | 0.64 | 0.55 | 0.22 | 351.02 | 0.53 | 0.53 |
| Hex | C6 | 47 | 5A | 0 | 40 | 37 | 16 | 15F | 35 | 35 |
| Octal | 306 | 107 | 132 | 0 | 100 | 67 | 26 | 537 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1011010 | 0 | 1000000 | 110111 | 10110 | 101011111 | 110101 | 110101 |
Color Harmonies of #C6475A
Complementary color
Monochromatic Colors of #C6475A
Black with #C6475A
Text Example
Text Example
White with #C6475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6475A; }
p { color: rgb(198,71,90); }
H1.HeaderClassName
{
color: #C6475A;
}
.AnyTagClassName
{
color: #C6475A;
}
</style>
background-color css
<style>
a { background-color: #C6475A; }
a { background-color: rgb(198,71,90); }
div.DivClassName
{
background-color: #C6475A;
}
.BgClassName
{
background-color: #C6475A;
}
</style>
border-color css
<style>
span { border-color: #C6475A; }
span { border-color: rgb(198,71,90); }
td.TdClassName
{
border-color: #C6475A;
}
.TagClassName
{
border-color: #C6475A;
}
</style>