Shades of Cerise #C53A64
Tints of Cerise #C53A64
RGB
CMYK
RGB Variations
Color information
#C53A64 (or 0xC53A64) is known color: Cerise. HEX triplet: C5, 3A and 64. RGB value is (197,58,100). Sum of RGB (Red+Green+Blue) = 197+58+100=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A64 is #3AC59B. Grayscale: #686868. Windows color (decimal): -3851676 or 6568645. OLE color: 6568645.
HSL color Cylindrical-coordinate representation of color #C53A64: hue angle of 341.87º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A64 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 100 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.23 |
| HSL | 341.87º | 0.55% | 0.5% | - |
| HSV(B) | 341.87º | 0.71% | 0.77% | - |
| XYZ | 26.84 | 15.82 | 13.69 | - |
| YUV | 104.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 100 | 0 | 0.71 | 0.49 | 0.23 | 341.87 | 0.55 | 0.5 |
| Hex | C5 | 3A | 64 | 0 | 47 | 31 | 17 | 156 | 37 | 32 |
| Octal | 305 | 72 | 144 | 0 | 107 | 61 | 27 | 526 | 67 | 62 |
| Binary | 11000101 | 111010 | 1100100 | 0 | 1000111 | 110001 | 10111 | 101010110 | 110111 | 110010 |
Color Harmonies of #C53A64
Complementary color
Monochromatic Colors of #C53A64
Black with #C53A64
Text Example
Text Example
White with #C53A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53A64; }
p { color: rgb(197,58,100); }
H1.HeaderClassName
{
color: #C53A64;
}
.AnyTagClassName
{
color: #C53A64;
}
</style>
background-color css
<style>
a { background-color: #C53A64; }
a { background-color: rgb(197,58,100); }
div.DivClassName
{
background-color: #C53A64;
}
.BgClassName
{
background-color: #C53A64;
}
</style>
border-color css
<style>
span { border-color: #C53A64; }
span { border-color: rgb(197,58,100); }
td.TdClassName
{
border-color: #C53A64;
}
.TagClassName
{
border-color: #C53A64;
}
</style>