Shades of Cerise #C53769
Tints of Cerise #C53769
RGB
CMYK
RGB Variations
Color information
#C53769 (or 0xC53769) is known color: Cerise. HEX triplet: C5, 37 and 69. RGB value is (197,55,105). Sum of RGB (Red+Green+Blue) = 197+55+105=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C53769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53769 is #3AC896. Grayscale: #676767. Windows color (decimal): -3852439 or 6895557. OLE color: 6895557.
HSL color Cylindrical-coordinate representation of color #C53769: hue angle of 338.87º 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 #C53769 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 105 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.23 |
| HSL | 338.87º | 0.56% | 0.49% | - |
| HSV(B) | 338.87º | 0.72% | 0.77% | - |
| XYZ | 26.94 | 15.62 | 14.96 | - |
| YUV | 103.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 105 | 0 | 0.72 | 0.47 | 0.23 | 338.87 | 0.56 | 0.49 |
| Hex | C5 | 37 | 69 | 0 | 48 | 2F | 17 | 153 | 38 | 31 |
| Octal | 305 | 67 | 151 | 0 | 110 | 57 | 27 | 523 | 70 | 61 |
| Binary | 11000101 | 110111 | 1101001 | 0 | 1001000 | 101111 | 10111 | 101010011 | 111000 | 110001 |
Color Harmonies of #C53769
Complementary color
Monochromatic Colors of #C53769
Black with #C53769
Text Example
Text Example
White with #C53769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53769; }
p { color: rgb(197,55,105); }
H1.HeaderClassName
{
color: #C53769;
}
.AnyTagClassName
{
color: #C53769;
}
</style>
background-color css
<style>
a { background-color: #C53769; }
a { background-color: rgb(197,55,105); }
div.DivClassName
{
background-color: #C53769;
}
.BgClassName
{
background-color: #C53769;
}
</style>
border-color css
<style>
span { border-color: #C53769; }
span { border-color: rgb(197,55,105); }
td.TdClassName
{
border-color: #C53769;
}
.TagClassName
{
border-color: #C53769;
}
</style>