Shades of Cerise #C5346B
Tints of Cerise #C5346B
RGB
CMYK
RGB Variations
Color information
#C5346B (or 0xC5346B) is known color: Cerise. HEX triplet: C5, 34 and 6B. RGB value is (197,52,107). Sum of RGB (Red+Green+Blue) = 197+52+107=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5346B is #3ACB94. Grayscale: #656565. Windows color (decimal): -3853205 or 7025861. OLE color: 7025861.
HSL color Cylindrical-coordinate representation of color #C5346B: hue angle of 337.24º degrees, saturation: 0.58, 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 #C5346B is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 107 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.23 |
| HSL | 337.24º | 0.58% | 0.49% | - |
| HSV(B) | 337.24º | 0.74% | 0.77% | - |
| XYZ | 26.91 | 15.39 | 15.46 | - |
| YUV | 101.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 107 | 0 | 0.74 | 0.46 | 0.23 | 337.24 | 0.58 | 0.49 |
| Hex | C5 | 34 | 6B | 0 | 4A | 2E | 17 | 151 | 3A | 31 |
| Octal | 305 | 64 | 153 | 0 | 112 | 56 | 27 | 521 | 72 | 61 |
| Binary | 11000101 | 110100 | 1101011 | 0 | 1001010 | 101110 | 10111 | 101010001 | 111010 | 110001 |
Color Harmonies of #C5346B
Complementary color
Monochromatic Colors of #C5346B
Black with #C5346B
Text Example
Text Example
White with #C5346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5346B; }
p { color: rgb(197,52,107); }
H1.HeaderClassName
{
color: #C5346B;
}
.AnyTagClassName
{
color: #C5346B;
}
</style>
background-color css
<style>
a { background-color: #C5346B; }
a { background-color: rgb(197,52,107); }
div.DivClassName
{
background-color: #C5346B;
}
.BgClassName
{
background-color: #C5346B;
}
</style>
border-color css
<style>
span { border-color: #C5346B; }
span { border-color: rgb(197,52,107); }
td.TdClassName
{
border-color: #C5346B;
}
.TagClassName
{
border-color: #C5346B;
}
</style>