Shades of Cerise #C5256C
Tints of Cerise #C5256C
RGB
CMYK
RGB Variations
Color information
#C5256C (or 0xC5256C) is known color: Cerise. HEX triplet: C5, 25 and 6C. RGB value is (197,37,108). Sum of RGB (Red+Green+Blue) = 197+37+108=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5256C is #3ADA93. Grayscale: #5C5C5C. Windows color (decimal): -3857044 or 7087557. OLE color: 7087557.
HSL color Cylindrical-coordinate representation of color #C5256C: hue angle of 333.38º 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 #C5256C is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 108 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.23 |
| HSL | 333.38º | 0.68% | 0.46% | - |
| HSV(B) | 333.38º | 0.81% | 0.77% | - |
| XYZ | 26.39 | 14.28 | 15.55 | - |
| YUV | 92.93 | 136.51 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 108 | 0 | 0.81 | 0.45 | 0.23 | 333.38 | 0.68 | 0.46 |
| Hex | C5 | 25 | 6C | 0 | 51 | 2D | 17 | 14D | 44 | 2E |
| Octal | 305 | 45 | 154 | 0 | 121 | 55 | 27 | 515 | 104 | 56 |
| Binary | 11000101 | 100101 | 1101100 | 0 | 1010001 | 101101 | 10111 | 101001101 | 1000100 | 101110 |
Color Harmonies of #C5256C
Complementary color
Monochromatic Colors of #C5256C
Black with #C5256C
Text Example
Text Example
White with #C5256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5256C; }
p { color: rgb(197,37,108); }
H1.HeaderClassName
{
color: #C5256C;
}
.AnyTagClassName
{
color: #C5256C;
}
</style>
background-color css
<style>
a { background-color: #C5256C; }
a { background-color: rgb(197,37,108); }
div.DivClassName
{
background-color: #C5256C;
}
.BgClassName
{
background-color: #C5256C;
}
</style>
border-color css
<style>
span { border-color: #C5256C; }
span { border-color: rgb(197,37,108); }
td.TdClassName
{
border-color: #C5256C;
}
.TagClassName
{
border-color: #C5256C;
}
</style>