Shades of Cerise #C53763
Tints of Cerise #C53763
RGB
CMYK
RGB Variations
Color information
#C53763 (or 0xC53763) is known color: Cerise. HEX triplet: C5, 37 and 63. RGB value is (197,55,99). Sum of RGB (Red+Green+Blue) = 197+55+99=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C53763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53763 is #3AC89C. Grayscale: #666666. Windows color (decimal): -3852445 or 6502341. OLE color: 6502341.
HSL color Cylindrical-coordinate representation of color #C53763: hue angle of 341.41º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53763 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 99 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.23 |
| HSL | 341.41º | 0.56% | 0.49% | - |
| HSV(B) | 341.41º | 0.72% | 0.77% | - |
| XYZ | 26.64 | 15.5 | 13.39 | - |
| YUV | 102.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 99 | 0 | 0.72 | 0.50 | 0.23 | 341.41 | 0.56 | 0.49 |
| Hex | C5 | 37 | 63 | 0 | 48 | 32 | 17 | 155 | 38 | 31 |
| Octal | 305 | 67 | 143 | 0 | 110 | 62 | 27 | 525 | 70 | 61 |
| Binary | 11000101 | 110111 | 1100011 | 0 | 1001000 | 110010 | 10111 | 101010101 | 111000 | 110001 |
Color Harmonies of #C53763
Complementary color
Monochromatic Colors of #C53763
Black with #C53763
Text Example
Text Example
White with #C53763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53763; }
p { color: rgb(197,55,99); }
H1.HeaderClassName
{
color: #C53763;
}
.AnyTagClassName
{
color: #C53763;
}
</style>
background-color css
<style>
a { background-color: #C53763; }
a { background-color: rgb(197,55,99); }
div.DivClassName
{
background-color: #C53763;
}
.BgClassName
{
background-color: #C53763;
}
</style>
border-color css
<style>
span { border-color: #C53763; }
span { border-color: rgb(197,55,99); }
td.TdClassName
{
border-color: #C53763;
}
.TagClassName
{
border-color: #C53763;
}
</style>