Shades of Cerise #C53264
Tints of Cerise #C53264
RGB
CMYK
RGB Variations
Color information
#C53264 (or 0xC53264) is known color: Cerise. HEX triplet: C5, 32 and 64. RGB value is (197,50,100). Sum of RGB (Red+Green+Blue) = 197+50+100=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C53264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53264 is #3ACD9B. Grayscale: #636363. Windows color (decimal): -3853724 or 6566597. OLE color: 6566597.
HSL color Cylindrical-coordinate representation of color #C53264: hue angle of 339.59º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53264 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 100 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.23 |
| HSL | 339.59º | 0.6% | 0.48% | - |
| HSV(B) | 339.59º | 0.75% | 0.77% | - |
| XYZ | 26.47 | 15.07 | 13.57 | - |
| YUV | 99.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 100 | 0 | 0.75 | 0.49 | 0.23 | 339.59 | 0.6 | 0.48 |
| Hex | C5 | 32 | 64 | 0 | 4B | 31 | 17 | 154 | 3C | 30 |
| Octal | 305 | 62 | 144 | 0 | 113 | 61 | 27 | 524 | 74 | 60 |
| Binary | 11000101 | 110010 | 1100100 | 0 | 1001011 | 110001 | 10111 | 101010100 | 111100 | 110000 |
Color Harmonies of #C53264
Complementary color
Monochromatic Colors of #C53264
Black with #C53264
Text Example
Text Example
White with #C53264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53264; }
p { color: rgb(197,50,100); }
H1.HeaderClassName
{
color: #C53264;
}
.AnyTagClassName
{
color: #C53264;
}
</style>
background-color css
<style>
a { background-color: #C53264; }
a { background-color: rgb(197,50,100); }
div.DivClassName
{
background-color: #C53264;
}
.BgClassName
{
background-color: #C53264;
}
</style>
border-color css
<style>
span { border-color: #C53264; }
span { border-color: rgb(197,50,100); }
td.TdClassName
{
border-color: #C53264;
}
.TagClassName
{
border-color: #C53264;
}
</style>