Shades of Cerise #C5336C
Tints of Cerise #C5336C
RGB
CMYK
RGB Variations
Color information
#C5336C (or 0xC5336C) is known color: Cerise. HEX triplet: C5, 33 and 6C. RGB value is (197,51,108). Sum of RGB (Red+Green+Blue) = 197+51+108=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5336C is #3ACC93. Grayscale: #656565. Windows color (decimal): -3853460 or 7091141. OLE color: 7091141.
HSL color Cylindrical-coordinate representation of color #C5336C: hue angle of 336.58º 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 #C5336C is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 108 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.23 |
| HSL | 336.58º | 0.59% | 0.49% | - |
| HSV(B) | 336.58º | 0.74% | 0.77% | - |
| XYZ | 26.92 | 15.32 | 15.73 | - |
| YUV | 101.15 | 131.87 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 108 | 0 | 0.74 | 0.45 | 0.23 | 336.58 | 0.59 | 0.49 |
| Hex | C5 | 33 | 6C | 0 | 4A | 2D | 17 | 151 | 3B | 31 |
| Octal | 305 | 63 | 154 | 0 | 112 | 55 | 27 | 521 | 73 | 61 |
| Binary | 11000101 | 110011 | 1101100 | 0 | 1001010 | 101101 | 10111 | 101010001 | 111011 | 110001 |
Color Harmonies of #C5336C
Complementary color
Monochromatic Colors of #C5336C
Black with #C5336C
Text Example
Text Example
White with #C5336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5336C; }
p { color: rgb(197,51,108); }
H1.HeaderClassName
{
color: #C5336C;
}
.AnyTagClassName
{
color: #C5336C;
}
</style>
background-color css
<style>
a { background-color: #C5336C; }
a { background-color: rgb(197,51,108); }
div.DivClassName
{
background-color: #C5336C;
}
.BgClassName
{
background-color: #C5336C;
}
</style>
border-color css
<style>
span { border-color: #C5336C; }
span { border-color: rgb(197,51,108); }
td.TdClassName
{
border-color: #C5336C;
}
.TagClassName
{
border-color: #C5336C;
}
</style>