Shades of Cerise #C52669
Tints of Cerise #C52669
RGB
CMYK
RGB Variations
Color information
#C52669 (or 0xC52669) is known color: Cerise. HEX triplet: C5, 26 and 69. RGB value is (197,38,105). Sum of RGB (Red+Green+Blue) = 197+38+105=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C52669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52669 is #3AD996. Grayscale: #5D5D5D. Windows color (decimal): -3856791 or 6891205. OLE color: 6891205.
HSL color Cylindrical-coordinate representation of color #C52669: hue angle of 334.72º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52669 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 105 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.23 |
| HSL | 334.72º | 0.68% | 0.46% | - |
| HSV(B) | 334.72º | 0.81% | 0.77% | - |
| XYZ | 26.27 | 14.28 | 14.74 | - |
| YUV | 93.18 | 134.68 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 105 | 0 | 0.81 | 0.47 | 0.23 | 334.72 | 0.68 | 0.46 |
| Hex | C5 | 26 | 69 | 0 | 51 | 2F | 17 | 14F | 44 | 2E |
| Octal | 305 | 46 | 151 | 0 | 121 | 57 | 27 | 517 | 104 | 56 |
| Binary | 11000101 | 100110 | 1101001 | 0 | 1010001 | 101111 | 10111 | 101001111 | 1000100 | 101110 |
Color Harmonies of #C52669
Complementary color
Monochromatic Colors of #C52669
Black with #C52669
Text Example
Text Example
White with #C52669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52669; }
p { color: rgb(197,38,105); }
H1.HeaderClassName
{
color: #C52669;
}
.AnyTagClassName
{
color: #C52669;
}
</style>
background-color css
<style>
a { background-color: #C52669; }
a { background-color: rgb(197,38,105); }
div.DivClassName
{
background-color: #C52669;
}
.BgClassName
{
background-color: #C52669;
}
</style>
border-color css
<style>
span { border-color: #C52669; }
span { border-color: rgb(197,38,105); }
td.TdClassName
{
border-color: #C52669;
}
.TagClassName
{
border-color: #C52669;
}
</style>