Shades of Cerise #C53965
Tints of Cerise #C53965
RGB
CMYK
RGB Variations
Color information
#C53965 (or 0xC53965) is known color: Cerise. HEX triplet: C5, 39 and 65. RGB value is (197,57,101). Sum of RGB (Red+Green+Blue) = 197+57+101=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C53965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53965 is #3AC69A. Grayscale: #676767. Windows color (decimal): -3851931 or 6633925. OLE color: 6633925.
HSL color Cylindrical-coordinate representation of color #C53965: hue angle of 341.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53965 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 101 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.23 |
| HSL | 341.14º | 0.55% | 0.5% | - |
| HSV(B) | 341.14º | 0.71% | 0.77% | - |
| XYZ | 26.84 | 15.74 | 13.93 | - |
| YUV | 103.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 101 | 0 | 0.71 | 0.49 | 0.23 | 341.14 | 0.55 | 0.5 |
| Hex | C5 | 39 | 65 | 0 | 47 | 31 | 17 | 155 | 37 | 32 |
| Octal | 305 | 71 | 145 | 0 | 107 | 61 | 27 | 525 | 67 | 62 |
| Binary | 11000101 | 111001 | 1100101 | 0 | 1000111 | 110001 | 10111 | 101010101 | 110111 | 110010 |
Color Harmonies of #C53965
Complementary color
Monochromatic Colors of #C53965
Black with #C53965
Text Example
Text Example
White with #C53965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53965; }
p { color: rgb(197,57,101); }
H1.HeaderClassName
{
color: #C53965;
}
.AnyTagClassName
{
color: #C53965;
}
</style>
background-color css
<style>
a { background-color: #C53965; }
a { background-color: rgb(197,57,101); }
div.DivClassName
{
background-color: #C53965;
}
.BgClassName
{
background-color: #C53965;
}
</style>
border-color css
<style>
span { border-color: #C53965; }
span { border-color: rgb(197,57,101); }
td.TdClassName
{
border-color: #C53965;
}
.TagClassName
{
border-color: #C53965;
}
</style>