Shades of Cerise #C9276C
Tints of Cerise #C9276C
RGB
CMYK
RGB Variations
Color information
#C9276C (or 0xC9276C) is known color: Cerise. HEX triplet: C9, 27 and 6C. RGB value is (201,39,108). Sum of RGB (Red+Green+Blue) = 201+39+108=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9276C is #36D893. Grayscale: #5F5F5F. Windows color (decimal): -3594388 or 7088073. OLE color: 7088073.
HSL color Cylindrical-coordinate representation of color #C9276C: hue angle of 334.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9276C is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 108 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.21 |
| HSL | 334.44º | 0.68% | 0.47% | - |
| HSV(B) | 334.44º | 0.81% | 0.79% | - |
| XYZ | 27.52 | 14.95 | 15.62 | - |
| YUV | 95.3 | 135.17 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 108 | 0 | 0.81 | 0.46 | 0.21 | 334.44 | 0.68 | 0.47 |
| Hex | C9 | 27 | 6C | 0 | 51 | 2E | 15 | 14E | 44 | 2F |
| Octal | 311 | 47 | 154 | 0 | 121 | 56 | 25 | 516 | 104 | 57 |
| Binary | 11001001 | 100111 | 1101100 | 0 | 1010001 | 101110 | 10101 | 101001110 | 1000100 | 101111 |
Color Harmonies of #C9276C
Complementary color
Monochromatic Colors of #C9276C
Black with #C9276C
Text Example
Text Example
White with #C9276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9276C; }
p { color: rgb(201,39,108); }
H1.HeaderClassName
{
color: #C9276C;
}
.AnyTagClassName
{
color: #C9276C;
}
</style>
background-color css
<style>
a { background-color: #C9276C; }
a { background-color: rgb(201,39,108); }
div.DivClassName
{
background-color: #C9276C;
}
.BgClassName
{
background-color: #C9276C;
}
</style>
border-color css
<style>
span { border-color: #C9276C; }
span { border-color: rgb(201,39,108); }
td.TdClassName
{
border-color: #C9276C;
}
.TagClassName
{
border-color: #C9276C;
}
</style>