Shades of Mandy #C65C62
Tints of Mandy #C65C62
RGB
CMYK
RGB Variations
Color information
#C65C62 (or 0xC65C62) is known color: Mandy. HEX triplet: C6, 5C and 62. RGB value is (198,92,98). Sum of RGB (Red+Green+Blue) = 198+92+98=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C62 is #39A39D. Grayscale: #7C7C7C. Windows color (decimal): -3777438 or 6446278. OLE color: 6446278.
HSL color Cylindrical-coordinate representation of color #C65C62: hue angle of 356.6º 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 #C65C62 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 98 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.22 |
| HSL | 356.6º | 0.48% | 0.57% | - |
| HSV(B) | 356.6º | 0.54% | 0.78% | - |
| XYZ | 29.32 | 20.54 | 13.97 | - |
| YUV | 124.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 98 | 0 | 0.54 | 0.51 | 0.22 | 356.6 | 0.48 | 0.57 |
| Hex | C6 | 5C | 62 | 0 | 36 | 33 | 16 | 165 | 30 | 39 |
| Octal | 306 | 134 | 142 | 0 | 66 | 63 | 26 | 545 | 60 | 71 |
| Binary | 11000110 | 1011100 | 1100010 | 0 | 110110 | 110011 | 10110 | 101100101 | 110000 | 111001 |
Color Harmonies of #C65C62
Complementary color
Monochromatic Colors of #C65C62
Black with #C65C62
Text Example
Text Example
White with #C65C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C62; }
p { color: rgb(198,92,98); }
H1.HeaderClassName
{
color: #C65C62;
}
.AnyTagClassName
{
color: #C65C62;
}
</style>
background-color css
<style>
a { background-color: #C65C62; }
a { background-color: rgb(198,92,98); }
div.DivClassName
{
background-color: #C65C62;
}
.BgClassName
{
background-color: #C65C62;
}
</style>
border-color css
<style>
span { border-color: #C65C62; }
span { border-color: rgb(198,92,98); }
td.TdClassName
{
border-color: #C65C62;
}
.TagClassName
{
border-color: #C65C62;
}
</style>