Shades of Cerise #C5266B
Tints of Cerise #C5266B
RGB
CMYK
RGB Variations
Color information
#C5266B (or 0xC5266B) is known color: Cerise. HEX triplet: C5, 26 and 6B. RGB value is (197,38,107). Sum of RGB (Red+Green+Blue) = 197+38+107=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5266B is #3AD994. Grayscale: #5D5D5D. Windows color (decimal): -3856789 or 7022277. OLE color: 7022277.
HSL color Cylindrical-coordinate representation of color #C5266B: hue angle of 333.96º 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 #C5266B is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 107 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.23 |
| HSL | 333.96º | 0.68% | 0.46% | - |
| HSV(B) | 333.96º | 0.81% | 0.77% | - |
| XYZ | 26.37 | 14.32 | 15.28 | - |
| YUV | 93.41 | 135.68 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 107 | 0 | 0.81 | 0.46 | 0.23 | 333.96 | 0.68 | 0.46 |
| Hex | C5 | 26 | 6B | 0 | 51 | 2E | 17 | 14E | 44 | 2E |
| Octal | 305 | 46 | 153 | 0 | 121 | 56 | 27 | 516 | 104 | 56 |
| Binary | 11000101 | 100110 | 1101011 | 0 | 1010001 | 101110 | 10111 | 101001110 | 1000100 | 101110 |
Color Harmonies of #C5266B
Complementary color
Monochromatic Colors of #C5266B
Black with #C5266B
Text Example
Text Example
White with #C5266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5266B; }
p { color: rgb(197,38,107); }
H1.HeaderClassName
{
color: #C5266B;
}
.AnyTagClassName
{
color: #C5266B;
}
</style>
background-color css
<style>
a { background-color: #C5266B; }
a { background-color: rgb(197,38,107); }
div.DivClassName
{
background-color: #C5266B;
}
.BgClassName
{
background-color: #C5266B;
}
</style>
border-color css
<style>
span { border-color: #C5266B; }
span { border-color: rgb(197,38,107); }
td.TdClassName
{
border-color: #C5266B;
}
.TagClassName
{
border-color: #C5266B;
}
</style>