Shades of Cerise #C4306C
Tints of Cerise #C4306C
RGB
CMYK
RGB Variations
Color information
#C4306C (or 0xC4306C) is known color: Cerise. HEX triplet: C4, 30 and 6C. RGB value is (196,48,108). Sum of RGB (Red+Green+Blue) = 196+48+108=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4306C is #3BCF93. Grayscale: #636363. Windows color (decimal): -3919764 or 7090372. OLE color: 7090372.
HSL color Cylindrical-coordinate representation of color #C4306C: hue angle of 335.68º 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 #C4306C is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 108 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.23 |
| HSL | 335.68º | 0.61% | 0.48% | - |
| HSV(B) | 335.68º | 0.76% | 0.77% | - |
| XYZ | 26.53 | 14.93 | 15.67 | - |
| YUV | 99.09 | 133.03 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 108 | 0 | 0.76 | 0.45 | 0.23 | 335.68 | 0.61 | 0.48 |
| Hex | C4 | 30 | 6C | 0 | 4C | 2D | 17 | 150 | 3D | 30 |
| Octal | 304 | 60 | 154 | 0 | 114 | 55 | 27 | 520 | 75 | 60 |
| Binary | 11000100 | 110000 | 1101100 | 0 | 1001100 | 101101 | 10111 | 101010000 | 111101 | 110000 |
Color Harmonies of #C4306C
Complementary color
Monochromatic Colors of #C4306C
Black with #C4306C
Text Example
Text Example
White with #C4306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4306C; }
p { color: rgb(196,48,108); }
H1.HeaderClassName
{
color: #C4306C;
}
.AnyTagClassName
{
color: #C4306C;
}
</style>
background-color css
<style>
a { background-color: #C4306C; }
a { background-color: rgb(196,48,108); }
div.DivClassName
{
background-color: #C4306C;
}
.BgClassName
{
background-color: #C4306C;
}
</style>
border-color css
<style>
span { border-color: #C4306C; }
span { border-color: rgb(196,48,108); }
td.TdClassName
{
border-color: #C4306C;
}
.TagClassName
{
border-color: #C4306C;
}
</style>