Shades of Cerise #C53369
Tints of Cerise #C53369
RGB
CMYK
RGB Variations
Color information
#C53369 (or 0xC53369) is known color: Cerise. HEX triplet: C5, 33 and 69. RGB value is (197,51,105). Sum of RGB (Red+Green+Blue) = 197+51+105=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C53369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53369 is #3ACC96. Grayscale: #646464. Windows color (decimal): -3853463 or 6894533. OLE color: 6894533.
HSL color Cylindrical-coordinate representation of color #C53369: hue angle of 337.81º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53369 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 105 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.23 |
| HSL | 337.81º | 0.59% | 0.49% | - |
| HSV(B) | 337.81º | 0.74% | 0.77% | - |
| XYZ | 26.76 | 15.26 | 14.9 | - |
| YUV | 100.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 105 | 0 | 0.74 | 0.47 | 0.23 | 337.81 | 0.59 | 0.49 |
| Hex | C5 | 33 | 69 | 0 | 4A | 2F | 17 | 152 | 3B | 31 |
| Octal | 305 | 63 | 151 | 0 | 112 | 57 | 27 | 522 | 73 | 61 |
| Binary | 11000101 | 110011 | 1101001 | 0 | 1001010 | 101111 | 10111 | 101010010 | 111011 | 110001 |
Color Harmonies of #C53369
Complementary color
Monochromatic Colors of #C53369
Black with #C53369
Text Example
Text Example
White with #C53369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53369; }
p { color: rgb(197,51,105); }
H1.HeaderClassName
{
color: #C53369;
}
.AnyTagClassName
{
color: #C53369;
}
</style>
background-color css
<style>
a { background-color: #C53369; }
a { background-color: rgb(197,51,105); }
div.DivClassName
{
background-color: #C53369;
}
.BgClassName
{
background-color: #C53369;
}
</style>
border-color css
<style>
span { border-color: #C53369; }
span { border-color: rgb(197,51,105); }
td.TdClassName
{
border-color: #C53369;
}
.TagClassName
{
border-color: #C53369;
}
</style>