Shades of Mandy #C64A4B
Tints of Mandy #C64A4B
RGB
CMYK
RGB Variations
Color information
#C64A4B (or 0xC64A4B) is known color: Mandy. HEX triplet: C6, 4A and 4B. RGB value is (198,74,75). Sum of RGB (Red+Green+Blue) = 198+74+75=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A4B is #39B5B4. Grayscale: #6F6F6F. Windows color (decimal): -3782069 or 4934342. OLE color: 4934342.
HSL color Cylindrical-coordinate representation of color #C64A4B: hue angle of 359.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A4B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 75 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.22 |
| HSL | 359.52º | 0.52% | 0.53% | - |
| HSV(B) | 359.52º | 0.63% | 0.78% | - |
| XYZ | 27.01 | 17.41 | 8.59 | - |
| YUV | 111.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 75 | 0 | 0.63 | 0.62 | 0.22 | 359.52 | 0.52 | 0.53 |
| Hex | C6 | 4A | 4B | 0 | 3F | 3E | 16 | 168 | 34 | 35 |
| Octal | 306 | 112 | 113 | 0 | 77 | 76 | 26 | 550 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1001011 | 0 | 111111 | 111110 | 10110 | 101101000 | 110100 | 110101 |
Color Harmonies of #C64A4B
Complementary color
Monochromatic Colors of #C64A4B
Black with #C64A4B
Text Example
Text Example
White with #C64A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A4B; }
p { color: rgb(198,74,75); }
H1.HeaderClassName
{
color: #C64A4B;
}
.AnyTagClassName
{
color: #C64A4B;
}
</style>
background-color css
<style>
a { background-color: #C64A4B; }
a { background-color: rgb(198,74,75); }
div.DivClassName
{
background-color: #C64A4B;
}
.BgClassName
{
background-color: #C64A4B;
}
</style>
border-color css
<style>
span { border-color: #C64A4B; }
span { border-color: rgb(198,74,75); }
td.TdClassName
{
border-color: #C64A4B;
}
.TagClassName
{
border-color: #C64A4B;
}
</style>