Shades of Cerise #C53265
Tints of Cerise #C53265
RGB
CMYK
RGB Variations
Color information
#C53265 (or 0xC53265) is known color: Cerise. HEX triplet: C5, 32 and 65. RGB value is (197,50,101). Sum of RGB (Red+Green+Blue) = 197+50+101=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C53265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53265 is #3ACD9A. Grayscale: #636363. Windows color (decimal): -3853723 or 6632133. OLE color: 6632133.
HSL color Cylindrical-coordinate representation of color #C53265: hue angle of 339.18º 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 #C53265 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 101 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.23 |
| HSL | 339.18º | 0.6% | 0.48% | - |
| HSV(B) | 339.18º | 0.75% | 0.77% | - |
| XYZ | 26.52 | 15.09 | 13.83 | - |
| YUV | 99.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 101 | 0 | 0.75 | 0.49 | 0.23 | 339.18 | 0.6 | 0.48 |
| Hex | C5 | 32 | 65 | 0 | 4B | 31 | 17 | 153 | 3C | 30 |
| Octal | 305 | 62 | 145 | 0 | 113 | 61 | 27 | 523 | 74 | 60 |
| Binary | 11000101 | 110010 | 1100101 | 0 | 1001011 | 110001 | 10111 | 101010011 | 111100 | 110000 |
Color Harmonies of #C53265
Complementary color
Monochromatic Colors of #C53265
Black with #C53265
Text Example
Text Example
White with #C53265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53265; }
p { color: rgb(197,50,101); }
H1.HeaderClassName
{
color: #C53265;
}
.AnyTagClassName
{
color: #C53265;
}
</style>
background-color css
<style>
a { background-color: #C53265; }
a { background-color: rgb(197,50,101); }
div.DivClassName
{
background-color: #C53265;
}
.BgClassName
{
background-color: #C53265;
}
</style>
border-color css
<style>
span { border-color: #C53265; }
span { border-color: rgb(197,50,101); }
td.TdClassName
{
border-color: #C53265;
}
.TagClassName
{
border-color: #C53265;
}
</style>