Shades of Cerise #C5356A
Tints of Cerise #C5356A
RGB
CMYK
RGB Variations
Color information
#C5356A (or 0xC5356A) is known color: Cerise. HEX triplet: C5, 35 and 6A. RGB value is (197,53,106). Sum of RGB (Red+Green+Blue) = 197+53+106=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5356A is #3ACA95. Grayscale: #666666. Windows color (decimal): -3852950 or 6960581. OLE color: 6960581.
HSL color Cylindrical-coordinate representation of color #C5356A: hue angle of 337.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5356A is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 106 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.23 |
| HSL | 337.92º | 0.58% | 0.49% | - |
| HSV(B) | 337.92º | 0.73% | 0.77% | - |
| XYZ | 26.9 | 15.46 | 15.2 | - |
| YUV | 102.1 | 130.21 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 106 | 0 | 0.73 | 0.46 | 0.23 | 337.92 | 0.58 | 0.49 |
| Hex | C5 | 35 | 6A | 0 | 49 | 2E | 17 | 152 | 3A | 31 |
| Octal | 305 | 65 | 152 | 0 | 111 | 56 | 27 | 522 | 72 | 61 |
| Binary | 11000101 | 110101 | 1101010 | 0 | 1001001 | 101110 | 10111 | 101010010 | 111010 | 110001 |
Color Harmonies of #C5356A
Complementary color
Monochromatic Colors of #C5356A
Black with #C5356A
Text Example
Text Example
White with #C5356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5356A; }
p { color: rgb(197,53,106); }
H1.HeaderClassName
{
color: #C5356A;
}
.AnyTagClassName
{
color: #C5356A;
}
</style>
background-color css
<style>
a { background-color: #C5356A; }
a { background-color: rgb(197,53,106); }
div.DivClassName
{
background-color: #C5356A;
}
.BgClassName
{
background-color: #C5356A;
}
</style>
border-color css
<style>
span { border-color: #C5356A; }
span { border-color: rgb(197,53,106); }
td.TdClassName
{
border-color: #C5356A;
}
.TagClassName
{
border-color: #C5356A;
}
</style>