Shades of Cerise #C5306B
Tints of Cerise #C5306B
RGB
CMYK
RGB Variations
Color information
#C5306B (or 0xC5306B) is known color: Cerise. HEX triplet: C5, 30 and 6B. RGB value is (197,48,107). Sum of RGB (Red+Green+Blue) = 197+48+107=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5306B is #3ACF94. Grayscale: #636363. Windows color (decimal): -3854229 or 7024837. OLE color: 7024837.
HSL color Cylindrical-coordinate representation of color #C5306B: hue angle of 336.24º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5306B is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 107 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.23 |
| HSL | 336.24º | 0.61% | 0.48% | - |
| HSV(B) | 336.24º | 0.76% | 0.77% | - |
| XYZ | 26.74 | 15.05 | 15.4 | - |
| YUV | 99.28 | 132.36 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 107 | 0 | 0.76 | 0.46 | 0.23 | 336.24 | 0.61 | 0.48 |
| Hex | C5 | 30 | 6B | 0 | 4C | 2E | 17 | 150 | 3D | 30 |
| Octal | 305 | 60 | 153 | 0 | 114 | 56 | 27 | 520 | 75 | 60 |
| Binary | 11000101 | 110000 | 1101011 | 0 | 1001100 | 101110 | 10111 | 101010000 | 111101 | 110000 |
Color Harmonies of #C5306B
Complementary color
Monochromatic Colors of #C5306B
Black with #C5306B
Text Example
Text Example
White with #C5306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5306B; }
p { color: rgb(197,48,107); }
H1.HeaderClassName
{
color: #C5306B;
}
.AnyTagClassName
{
color: #C5306B;
}
</style>
background-color css
<style>
a { background-color: #C5306B; }
a { background-color: rgb(197,48,107); }
div.DivClassName
{
background-color: #C5306B;
}
.BgClassName
{
background-color: #C5306B;
}
</style>
border-color css
<style>
span { border-color: #C5306B; }
span { border-color: rgb(197,48,107); }
td.TdClassName
{
border-color: #C5306B;
}
.TagClassName
{
border-color: #C5306B;
}
</style>