Shades of Cerise #C5276B
Tints of Cerise #C5276B
RGB
CMYK
RGB Variations
Color information
#C5276B (or 0xC5276B) is known color: Cerise. HEX triplet: C5, 27 and 6B. RGB value is (197,39,107). Sum of RGB (Red+Green+Blue) = 197+39+107=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5276B is #3AD894. Grayscale: #5D5D5D. Windows color (decimal): -3856533 or 7022533. OLE color: 7022533.
HSL color Cylindrical-coordinate representation of color #C5276B: hue angle of 334.18º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5276B is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 107 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.23 |
| HSL | 334.18º | 0.67% | 0.46% | - |
| HSV(B) | 334.18º | 0.8% | 0.77% | - |
| XYZ | 26.41 | 14.38 | 15.29 | - |
| YUV | 93.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 107 | 0 | 0.80 | 0.46 | 0.23 | 334.18 | 0.67 | 0.46 |
| Hex | C5 | 27 | 6B | 0 | 50 | 2E | 17 | 14E | 43 | 2E |
| Octal | 305 | 47 | 153 | 0 | 120 | 56 | 27 | 516 | 103 | 56 |
| Binary | 11000101 | 100111 | 1101011 | 0 | 1010000 | 101110 | 10111 | 101001110 | 1000011 | 101110 |
Color Harmonies of #C5276B
Complementary color
Monochromatic Colors of #C5276B
Black with #C5276B
Text Example
Text Example
White with #C5276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5276B; }
p { color: rgb(197,39,107); }
H1.HeaderClassName
{
color: #C5276B;
}
.AnyTagClassName
{
color: #C5276B;
}
</style>
background-color css
<style>
a { background-color: #C5276B; }
a { background-color: rgb(197,39,107); }
div.DivClassName
{
background-color: #C5276B;
}
.BgClassName
{
background-color: #C5276B;
}
</style>
border-color css
<style>
span { border-color: #C5276B; }
span { border-color: rgb(197,39,107); }
td.TdClassName
{
border-color: #C5276B;
}
.TagClassName
{
border-color: #C5276B;
}
</style>