Shades of Mandy #C64A52
Tints of Mandy #C64A52
RGB
CMYK
RGB Variations
Color information
#C64A52 (or 0xC64A52) is known color: Mandy. HEX triplet: C6, 4A and 52. RGB value is (198,74,82). Sum of RGB (Red+Green+Blue) = 198+74+82=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A52 is #39B5AD. Grayscale: #707070. Windows color (decimal): -3782062 or 5393094. OLE color: 5393094.
HSL color Cylindrical-coordinate representation of color #C64A52: hue angle of 356.13º 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 #C64A52 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 82 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.22 |
| HSL | 356.13º | 0.52% | 0.53% | - |
| HSV(B) | 356.13º | 0.63% | 0.78% | - |
| XYZ | 27.26 | 17.51 | 9.93 | - |
| YUV | 111.99 | 111.08 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 82 | 0 | 0.63 | 0.59 | 0.22 | 356.13 | 0.52 | 0.53 |
| Hex | C6 | 4A | 52 | 0 | 3F | 3B | 16 | 164 | 34 | 35 |
| Octal | 306 | 112 | 122 | 0 | 77 | 73 | 26 | 544 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1010010 | 0 | 111111 | 111011 | 10110 | 101100100 | 110100 | 110101 |
Color Harmonies of #C64A52
Complementary color
Monochromatic Colors of #C64A52
Black with #C64A52
Text Example
Text Example
White with #C64A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A52; }
p { color: rgb(198,74,82); }
H1.HeaderClassName
{
color: #C64A52;
}
.AnyTagClassName
{
color: #C64A52;
}
</style>
background-color css
<style>
a { background-color: #C64A52; }
a { background-color: rgb(198,74,82); }
div.DivClassName
{
background-color: #C64A52;
}
.BgClassName
{
background-color: #C64A52;
}
</style>
border-color css
<style>
span { border-color: #C64A52; }
span { border-color: rgb(198,74,82); }
td.TdClassName
{
border-color: #C64A52;
}
.TagClassName
{
border-color: #C64A52;
}
</style>