Shades of Cerise #C9306B
Tints of Cerise #C9306B
RGB
CMYK
RGB Variations
Color information
#C9306B (or 0xC9306B) is known color: Cerise. HEX triplet: C9, 30 and 6B. RGB value is (201,48,107). Sum of RGB (Red+Green+Blue) = 201+48+107=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C9306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9306B is #36CF94. Grayscale: #646464. Windows color (decimal): -3592085 or 7024841. OLE color: 7024841.
HSL color Cylindrical-coordinate representation of color #C9306B: hue angle of 336.86º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9306B is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 107 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.21 |
| HSL | 336.86º | 0.61% | 0.49% | - |
| HSV(B) | 336.86º | 0.76% | 0.79% | - |
| XYZ | 27.8 | 15.59 | 15.45 | - |
| YUV | 100.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 107 | 0 | 0.76 | 0.47 | 0.21 | 336.86 | 0.61 | 0.49 |
| Hex | C9 | 30 | 6B | 0 | 4C | 2F | 15 | 151 | 3D | 31 |
| Octal | 311 | 60 | 153 | 0 | 114 | 57 | 25 | 521 | 75 | 61 |
| Binary | 11001001 | 110000 | 1101011 | 0 | 1001100 | 101111 | 10101 | 101010001 | 111101 | 110001 |
Color Harmonies of #C9306B
Complementary color
Monochromatic Colors of #C9306B
Black with #C9306B
Text Example
Text Example
White with #C9306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9306B; }
p { color: rgb(201,48,107); }
H1.HeaderClassName
{
color: #C9306B;
}
.AnyTagClassName
{
color: #C9306B;
}
</style>
background-color css
<style>
a { background-color: #C9306B; }
a { background-color: rgb(201,48,107); }
div.DivClassName
{
background-color: #C9306B;
}
.BgClassName
{
background-color: #C9306B;
}
</style>
border-color css
<style>
span { border-color: #C9306B; }
span { border-color: rgb(201,48,107); }
td.TdClassName
{
border-color: #C9306B;
}
.TagClassName
{
border-color: #C9306B;
}
</style>