Shades of Mandy #C65A64
Tints of Mandy #C65A64
RGB
CMYK
RGB Variations
Color information
#C65A64 (or 0xC65A64) is known color: Mandy. HEX triplet: C6, 5A and 64. RGB value is (198,90,100). Sum of RGB (Red+Green+Blue) = 198+90+100=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A64 is #39A59B. Grayscale: #7B7B7B. Windows color (decimal): -3777948 or 6576838. OLE color: 6576838.
HSL color Cylindrical-coordinate representation of color #C65A64: hue angle of 354.44º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65A64 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 100 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.22 |
| HSL | 354.44º | 0.49% | 0.56% | - |
| HSV(B) | 354.44º | 0.55% | 0.78% | - |
| XYZ | 29.25 | 20.24 | 14.42 | - |
| YUV | 123.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 100 | 0 | 0.55 | 0.49 | 0.22 | 354.44 | 0.49 | 0.56 |
| Hex | C6 | 5A | 64 | 0 | 37 | 31 | 16 | 162 | 31 | 38 |
| Octal | 306 | 132 | 144 | 0 | 67 | 61 | 26 | 542 | 61 | 70 |
| Binary | 11000110 | 1011010 | 1100100 | 0 | 110111 | 110001 | 10110 | 101100010 | 110001 | 111000 |
Color Harmonies of #C65A64
Complementary color
Monochromatic Colors of #C65A64
Black with #C65A64
Text Example
Text Example
White with #C65A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A64; }
p { color: rgb(198,90,100); }
H1.HeaderClassName
{
color: #C65A64;
}
.AnyTagClassName
{
color: #C65A64;
}
</style>
background-color css
<style>
a { background-color: #C65A64; }
a { background-color: rgb(198,90,100); }
div.DivClassName
{
background-color: #C65A64;
}
.BgClassName
{
background-color: #C65A64;
}
</style>
border-color css
<style>
span { border-color: #C65A64; }
span { border-color: rgb(198,90,100); }
td.TdClassName
{
border-color: #C65A64;
}
.TagClassName
{
border-color: #C65A64;
}
</style>