Shades of Mandy #C6505C
Tints of Mandy #C6505C
RGB
CMYK
RGB Variations
Color information
#C6505C (or 0xC6505C) is known color: Mandy. HEX triplet: C6, 50 and 5C. RGB value is (198,80,92). Sum of RGB (Red+Green+Blue) = 198+80+92=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6505C is #39AFA3. Grayscale: #747474. Windows color (decimal): -3780516 or 6049990. OLE color: 6049990.
HSL color Cylindrical-coordinate representation of color #C6505C: hue angle of 353.9º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6505C is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 92 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.22 |
| HSL | 353.9º | 0.51% | 0.55% | - |
| HSV(B) | 353.9º | 0.6% | 0.78% | - |
| XYZ | 28.09 | 18.52 | 12.22 | - |
| YUV | 116.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 92 | 0 | 0.60 | 0.54 | 0.22 | 353.9 | 0.51 | 0.55 |
| Hex | C6 | 50 | 5C | 0 | 3C | 36 | 16 | 162 | 33 | 37 |
| Octal | 306 | 120 | 134 | 0 | 74 | 66 | 26 | 542 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1011100 | 0 | 111100 | 110110 | 10110 | 101100010 | 110011 | 110111 |
Color Harmonies of #C6505C
Complementary color
Monochromatic Colors of #C6505C
Black with #C6505C
Text Example
Text Example
White with #C6505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6505C; }
p { color: rgb(198,80,92); }
H1.HeaderClassName
{
color: #C6505C;
}
.AnyTagClassName
{
color: #C6505C;
}
</style>
background-color css
<style>
a { background-color: #C6505C; }
a { background-color: rgb(198,80,92); }
div.DivClassName
{
background-color: #C6505C;
}
.BgClassName
{
background-color: #C6505C;
}
</style>
border-color css
<style>
span { border-color: #C6505C; }
span { border-color: rgb(198,80,92); }
td.TdClassName
{
border-color: #C6505C;
}
.TagClassName
{
border-color: #C6505C;
}
</style>