Shades of Mandy #C65C66
Tints of Mandy #C65C66
RGB
CMYK
RGB Variations
Color information
#C65C66 (or 0xC65C66) is known color: Mandy. HEX triplet: C6, 5C and 66. RGB value is (198,92,102). Sum of RGB (Red+Green+Blue) = 198+92+102=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C66 is #39A399. Grayscale: #7C7C7C. Windows color (decimal): -3777434 or 6708422. OLE color: 6708422.
HSL color Cylindrical-coordinate representation of color #C65C66: hue angle of 354.34º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65C66 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 102 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.22 |
| HSL | 354.34º | 0.48% | 0.57% | - |
| HSV(B) | 354.34º | 0.54% | 0.78% | - |
| XYZ | 29.51 | 20.62 | 14.99 | - |
| YUV | 124.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 102 | 0 | 0.54 | 0.48 | 0.22 | 354.34 | 0.48 | 0.57 |
| Hex | C6 | 5C | 66 | 0 | 36 | 30 | 16 | 162 | 30 | 39 |
| Octal | 306 | 134 | 146 | 0 | 66 | 60 | 26 | 542 | 60 | 71 |
| Binary | 11000110 | 1011100 | 1100110 | 0 | 110110 | 110000 | 10110 | 101100010 | 110000 | 111001 |
Color Harmonies of #C65C66
Complementary color
Monochromatic Colors of #C65C66
Black with #C65C66
Text Example
Text Example
White with #C65C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C66; }
p { color: rgb(198,92,102); }
H1.HeaderClassName
{
color: #C65C66;
}
.AnyTagClassName
{
color: #C65C66;
}
</style>
background-color css
<style>
a { background-color: #C65C66; }
a { background-color: rgb(198,92,102); }
div.DivClassName
{
background-color: #C65C66;
}
.BgClassName
{
background-color: #C65C66;
}
</style>
border-color css
<style>
span { border-color: #C65C66; }
span { border-color: rgb(198,92,102); }
td.TdClassName
{
border-color: #C65C66;
}
.TagClassName
{
border-color: #C65C66;
}
</style>