Shades of Mandy #C6415B
Tints of Mandy #C6415B
RGB
CMYK
RGB Variations
Color information
#C6415B (or 0xC6415B) is known color: Mandy. HEX triplet: C6, 41 and 5B. RGB value is (198,65,91). Sum of RGB (Red+Green+Blue) = 198+65+91=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6415B is #39BEA4. Grayscale: #6B6B6B. Windows color (decimal): -3784357 or 5980614. OLE color: 5980614.
HSL color Cylindrical-coordinate representation of color #C6415B: hue angle of 348.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6415B is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 91 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.22 |
| HSL | 348.27º | 0.54% | 0.52% | - |
| HSV(B) | 348.27º | 0.67% | 0.78% | - |
| XYZ | 27.07 | 16.54 | 11.66 | - |
| YUV | 107.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 91 | 0 | 0.67 | 0.54 | 0.22 | 348.27 | 0.54 | 0.52 |
| Hex | C6 | 41 | 5B | 0 | 43 | 36 | 16 | 15C | 36 | 34 |
| Octal | 306 | 101 | 133 | 0 | 103 | 66 | 26 | 534 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1011011 | 0 | 1000011 | 110110 | 10110 | 101011100 | 110110 | 110100 |
Color Harmonies of #C6415B
Complementary color
Monochromatic Colors of #C6415B
Black with #C6415B
Text Example
Text Example
White with #C6415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6415B; }
p { color: rgb(198,65,91); }
H1.HeaderClassName
{
color: #C6415B;
}
.AnyTagClassName
{
color: #C6415B;
}
</style>
background-color css
<style>
a { background-color: #C6415B; }
a { background-color: rgb(198,65,91); }
div.DivClassName
{
background-color: #C6415B;
}
.BgClassName
{
background-color: #C6415B;
}
</style>
border-color css
<style>
span { border-color: #C6415B; }
span { border-color: rgb(198,65,91); }
td.TdClassName
{
border-color: #C6415B;
}
.TagClassName
{
border-color: #C6415B;
}
</style>