Shades of Mandy #C65C64
Tints of Mandy #C65C64
RGB
CMYK
RGB Variations
Color information
#C65C64 (or 0xC65C64) is known color: Mandy. HEX triplet: C6, 5C and 64. RGB value is (198,92,100). Sum of RGB (Red+Green+Blue) = 198+92+100=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C64 is #39A39B. Grayscale: #7C7C7C. Windows color (decimal): -3777436 or 6577350. OLE color: 6577350.
HSL color Cylindrical-coordinate representation of color #C65C64: hue angle of 355.47º 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 #C65C64 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 100 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.22 |
| HSL | 355.47º | 0.48% | 0.57% | - |
| HSV(B) | 355.47º | 0.54% | 0.78% | - |
| XYZ | 29.42 | 20.58 | 14.48 | - |
| YUV | 124.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 100 | 0 | 0.54 | 0.49 | 0.22 | 355.47 | 0.48 | 0.57 |
| Hex | C6 | 5C | 64 | 0 | 36 | 31 | 16 | 163 | 30 | 39 |
| Octal | 306 | 134 | 144 | 0 | 66 | 61 | 26 | 543 | 60 | 71 |
| Binary | 11000110 | 1011100 | 1100100 | 0 | 110110 | 110001 | 10110 | 101100011 | 110000 | 111001 |
Color Harmonies of #C65C64
Complementary color
Monochromatic Colors of #C65C64
Black with #C65C64
Text Example
Text Example
White with #C65C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C64; }
p { color: rgb(198,92,100); }
H1.HeaderClassName
{
color: #C65C64;
}
.AnyTagClassName
{
color: #C65C64;
}
</style>
background-color css
<style>
a { background-color: #C65C64; }
a { background-color: rgb(198,92,100); }
div.DivClassName
{
background-color: #C65C64;
}
.BgClassName
{
background-color: #C65C64;
}
</style>
border-color css
<style>
span { border-color: #C65C64; }
span { border-color: rgb(198,92,100); }
td.TdClassName
{
border-color: #C65C64;
}
.TagClassName
{
border-color: #C65C64;
}
</style>