Shades of Mandy #C6405A
Tints of Mandy #C6405A
RGB
CMYK
RGB Variations
Color information
#C6405A (or 0xC6405A) is known color: Mandy. HEX triplet: C6, 40 and 5A. RGB value is (198,64,90). Sum of RGB (Red+Green+Blue) = 198+64+90=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C6405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6405A is #39BFA5. Grayscale: #6B6B6B. Windows color (decimal): -3784614 or 5914822. OLE color: 5914822.
HSL color Cylindrical-coordinate representation of color #C6405A: hue angle of 348.36º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6405A is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 90 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.22 |
| HSL | 348.36º | 0.54% | 0.51% | - |
| HSV(B) | 348.36º | 0.68% | 0.78% | - |
| XYZ | 26.97 | 16.41 | 11.42 | - |
| YUV | 107.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 90 | 0 | 0.68 | 0.55 | 0.22 | 348.36 | 0.54 | 0.51 |
| Hex | C6 | 40 | 5A | 0 | 44 | 37 | 16 | 15C | 36 | 33 |
| Octal | 306 | 100 | 132 | 0 | 104 | 67 | 26 | 534 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1011010 | 0 | 1000100 | 110111 | 10110 | 101011100 | 110110 | 110011 |
Color Harmonies of #C6405A
Complementary color
Monochromatic Colors of #C6405A
Black with #C6405A
Text Example
Text Example
White with #C6405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6405A; }
p { color: rgb(198,64,90); }
H1.HeaderClassName
{
color: #C6405A;
}
.AnyTagClassName
{
color: #C6405A;
}
</style>
background-color css
<style>
a { background-color: #C6405A; }
a { background-color: rgb(198,64,90); }
div.DivClassName
{
background-color: #C6405A;
}
.BgClassName
{
background-color: #C6405A;
}
</style>
border-color css
<style>
span { border-color: #C6405A; }
span { border-color: rgb(198,64,90); }
td.TdClassName
{
border-color: #C6405A;
}
.TagClassName
{
border-color: #C6405A;
}
</style>