Shades of Cerise #C53868
Tints of Cerise #C53868
RGB
CMYK
RGB Variations
Color information
#C53868 (or 0xC53868) is known color: Cerise. HEX triplet: C5, 38 and 68. RGB value is (197,56,104). Sum of RGB (Red+Green+Blue) = 197+56+104=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C53868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53868 is #3AC797. Grayscale: #676767. Windows color (decimal): -3852184 or 6830277. OLE color: 6830277.
HSL color Cylindrical-coordinate representation of color #C53868: hue angle of 339.57º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53868 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 104 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.23 |
| HSL | 339.57º | 0.56% | 0.5% | - |
| HSV(B) | 339.57º | 0.72% | 0.77% | - |
| XYZ | 26.94 | 15.7 | 14.71 | - |
| YUV | 103.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 104 | 0 | 0.72 | 0.47 | 0.23 | 339.57 | 0.56 | 0.5 |
| Hex | C5 | 38 | 68 | 0 | 48 | 2F | 17 | 154 | 38 | 32 |
| Octal | 305 | 70 | 150 | 0 | 110 | 57 | 27 | 524 | 70 | 62 |
| Binary | 11000101 | 111000 | 1101000 | 0 | 1001000 | 101111 | 10111 | 101010100 | 111000 | 110010 |
Color Harmonies of #C53868
Complementary color
Monochromatic Colors of #C53868
Black with #C53868
Text Example
Text Example
White with #C53868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53868; }
p { color: rgb(197,56,104); }
H1.HeaderClassName
{
color: #C53868;
}
.AnyTagClassName
{
color: #C53868;
}
</style>
background-color css
<style>
a { background-color: #C53868; }
a { background-color: rgb(197,56,104); }
div.DivClassName
{
background-color: #C53868;
}
.BgClassName
{
background-color: #C53868;
}
</style>
border-color css
<style>
span { border-color: #C53868; }
span { border-color: rgb(197,56,104); }
td.TdClassName
{
border-color: #C53868;
}
.TagClassName
{
border-color: #C53868;
}
</style>