Shades of Cerise #C5266C
Tints of Cerise #C5266C
RGB
CMYK
RGB Variations
Color information
#C5266C (or 0xC5266C) is known color: Cerise. HEX triplet: C5, 26 and 6C. RGB value is (197,38,108). Sum of RGB (Red+Green+Blue) = 197+38+108=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5266C is #3AD993. Grayscale: #5D5D5D. Windows color (decimal): -3856788 or 7087813. OLE color: 7087813.
HSL color Cylindrical-coordinate representation of color #C5266C: hue angle of 333.58º 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 #C5266C is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 108 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.23 |
| HSL | 333.58º | 0.68% | 0.46% | - |
| HSV(B) | 333.58º | 0.81% | 0.77% | - |
| XYZ | 26.43 | 14.34 | 15.56 | - |
| YUV | 93.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 108 | 0 | 0.81 | 0.45 | 0.23 | 333.58 | 0.68 | 0.46 |
| Hex | C5 | 26 | 6C | 0 | 51 | 2D | 17 | 14E | 44 | 2E |
| Octal | 305 | 46 | 154 | 0 | 121 | 55 | 27 | 516 | 104 | 56 |
| Binary | 11000101 | 100110 | 1101100 | 0 | 1010001 | 101101 | 10111 | 101001110 | 1000100 | 101110 |
Color Harmonies of #C5266C
Complementary color
Monochromatic Colors of #C5266C
Black with #C5266C
Text Example
Text Example
White with #C5266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5266C; }
p { color: rgb(197,38,108); }
H1.HeaderClassName
{
color: #C5266C;
}
.AnyTagClassName
{
color: #C5266C;
}
</style>
background-color css
<style>
a { background-color: #C5266C; }
a { background-color: rgb(197,38,108); }
div.DivClassName
{
background-color: #C5266C;
}
.BgClassName
{
background-color: #C5266C;
}
</style>
border-color css
<style>
span { border-color: #C5266C; }
span { border-color: rgb(197,38,108); }
td.TdClassName
{
border-color: #C5266C;
}
.TagClassName
{
border-color: #C5266C;
}
</style>