Shades of Mandy #C64F5C
Tints of Mandy #C64F5C
RGB
CMYK
RGB Variations
Color information
#C64F5C (or 0xC64F5C) is known color: Mandy. HEX triplet: C6, 4F and 5C. RGB value is (198,79,92). Sum of RGB (Red+Green+Blue) = 198+79+92=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F5C is #39B0A3. Grayscale: #747474. Windows color (decimal): -3780772 or 6049734. OLE color: 6049734.
HSL color Cylindrical-coordinate representation of color #C64F5C: hue angle of 353.45º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F5C is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 92 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.22 |
| HSL | 353.45º | 0.51% | 0.54% | - |
| HSV(B) | 353.45º | 0.6% | 0.78% | - |
| XYZ | 28.02 | 18.37 | 12.19 | - |
| YUV | 116.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 92 | 0 | 0.60 | 0.54 | 0.22 | 353.45 | 0.51 | 0.54 |
| Hex | C6 | 4F | 5C | 0 | 3C | 36 | 16 | 161 | 33 | 36 |
| Octal | 306 | 117 | 134 | 0 | 74 | 66 | 26 | 541 | 63 | 66 |
| Binary | 11000110 | 1001111 | 1011100 | 0 | 111100 | 110110 | 10110 | 101100001 | 110011 | 110110 |
Color Harmonies of #C64F5C
Complementary color
Monochromatic Colors of #C64F5C
Black with #C64F5C
Text Example
Text Example
White with #C64F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F5C; }
p { color: rgb(198,79,92); }
H1.HeaderClassName
{
color: #C64F5C;
}
.AnyTagClassName
{
color: #C64F5C;
}
</style>
background-color css
<style>
a { background-color: #C64F5C; }
a { background-color: rgb(198,79,92); }
div.DivClassName
{
background-color: #C64F5C;
}
.BgClassName
{
background-color: #C64F5C;
}
</style>
border-color css
<style>
span { border-color: #C64F5C; }
span { border-color: rgb(198,79,92); }
td.TdClassName
{
border-color: #C64F5C;
}
.TagClassName
{
border-color: #C64F5C;
}
</style>