Shades of Cerise #C53768
Tints of Cerise #C53768
RGB
CMYK
RGB Variations
Color information
#C53768 (or 0xC53768) is known color: Cerise. HEX triplet: C5, 37 and 68. RGB value is (197,55,104). Sum of RGB (Red+Green+Blue) = 197+55+104=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C53768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53768 is #3AC897. Grayscale: #666666. Windows color (decimal): -3852440 or 6830021. OLE color: 6830021.
HSL color Cylindrical-coordinate representation of color #C53768: hue angle of 339.3º 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 #C53768 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 104 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.23 |
| HSL | 339.3º | 0.56% | 0.49% | - |
| HSV(B) | 339.3º | 0.72% | 0.77% | - |
| XYZ | 26.89 | 15.6 | 14.69 | - |
| YUV | 103.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 104 | 0 | 0.72 | 0.47 | 0.23 | 339.3 | 0.56 | 0.49 |
| Hex | C5 | 37 | 68 | 0 | 48 | 2F | 17 | 153 | 38 | 31 |
| Octal | 305 | 67 | 150 | 0 | 110 | 57 | 27 | 523 | 70 | 61 |
| Binary | 11000101 | 110111 | 1101000 | 0 | 1001000 | 101111 | 10111 | 101010011 | 111000 | 110001 |
Color Harmonies of #C53768
Complementary color
Monochromatic Colors of #C53768
Black with #C53768
Text Example
Text Example
White with #C53768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53768; }
p { color: rgb(197,55,104); }
H1.HeaderClassName
{
color: #C53768;
}
.AnyTagClassName
{
color: #C53768;
}
</style>
background-color css
<style>
a { background-color: #C53768; }
a { background-color: rgb(197,55,104); }
div.DivClassName
{
background-color: #C53768;
}
.BgClassName
{
background-color: #C53768;
}
</style>
border-color css
<style>
span { border-color: #C53768; }
span { border-color: rgb(197,55,104); }
td.TdClassName
{
border-color: #C53768;
}
.TagClassName
{
border-color: #C53768;
}
</style>