Shades of Mandy #C64B4E
Tints of Mandy #C64B4E
RGB
CMYK
RGB Variations
Color information
#C64B4E (or 0xC64B4E) is known color: Mandy. HEX triplet: C6, 4B and 4E. RGB value is (198,75,78). Sum of RGB (Red+Green+Blue) = 198+75+78=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B4E is #39B4B1. Grayscale: #707070. Windows color (decimal): -3781810 or 5131206. OLE color: 5131206.
HSL color Cylindrical-coordinate representation of color #C64B4E: hue angle of 358.54º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64B4E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 78 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.22 |
| HSL | 358.54º | 0.52% | 0.54% | - |
| HSV(B) | 358.54º | 0.62% | 0.78% | - |
| XYZ | 27.18 | 17.59 | 9.17 | - |
| YUV | 112.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 78 | 0 | 0.62 | 0.61 | 0.22 | 358.54 | 0.52 | 0.54 |
| Hex | C6 | 4B | 4E | 0 | 3E | 3D | 16 | 167 | 34 | 36 |
| Octal | 306 | 113 | 116 | 0 | 76 | 75 | 26 | 547 | 64 | 66 |
| Binary | 11000110 | 1001011 | 1001110 | 0 | 111110 | 111101 | 10110 | 101100111 | 110100 | 110110 |
Color Harmonies of #C64B4E
Complementary color
Monochromatic Colors of #C64B4E
Black with #C64B4E
Text Example
Text Example
White with #C64B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B4E; }
p { color: rgb(198,75,78); }
H1.HeaderClassName
{
color: #C64B4E;
}
.AnyTagClassName
{
color: #C64B4E;
}
</style>
background-color css
<style>
a { background-color: #C64B4E; }
a { background-color: rgb(198,75,78); }
div.DivClassName
{
background-color: #C64B4E;
}
.BgClassName
{
background-color: #C64B4E;
}
</style>
border-color css
<style>
span { border-color: #C64B4E; }
span { border-color: rgb(198,75,78); }
td.TdClassName
{
border-color: #C64B4E;
}
.TagClassName
{
border-color: #C64B4E;
}
</style>