Shades of Cerise #C9356F
Tints of Cerise #C9356F
RGB
CMYK
RGB Variations
Color information
#C9356F (or 0xC9356F) is known color: Cerise. HEX triplet: C9, 35 and 6F. RGB value is (201,53,111). Sum of RGB (Red+Green+Blue) = 201+53+111=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9356F is #36CA90. Grayscale: #676767. Windows color (decimal): -3590801 or 7288265. OLE color: 7288265.
HSL color Cylindrical-coordinate representation of color #C9356F: hue angle of 336.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9356F is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 111 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.21 |
| HSL | 336.49º | 0.58% | 0.5% | - |
| HSV(B) | 336.49º | 0.74% | 0.79% | - |
| XYZ | 28.23 | 16.11 | 16.66 | - |
| YUV | 103.86 | 132.03 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 111 | 0 | 0.74 | 0.45 | 0.21 | 336.49 | 0.58 | 0.5 |
| Hex | C9 | 35 | 6F | 0 | 4A | 2D | 15 | 150 | 3A | 32 |
| Octal | 311 | 65 | 157 | 0 | 112 | 55 | 25 | 520 | 72 | 62 |
| Binary | 11001001 | 110101 | 1101111 | 0 | 1001010 | 101101 | 10101 | 101010000 | 111010 | 110010 |
Color Harmonies of #C9356F
Complementary color
Monochromatic Colors of #C9356F
Black with #C9356F
Text Example
Text Example
White with #C9356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9356F; }
p { color: rgb(201,53,111); }
H1.HeaderClassName
{
color: #C9356F;
}
.AnyTagClassName
{
color: #C9356F;
}
</style>
background-color css
<style>
a { background-color: #C9356F; }
a { background-color: rgb(201,53,111); }
div.DivClassName
{
background-color: #C9356F;
}
.BgClassName
{
background-color: #C9356F;
}
</style>
border-color css
<style>
span { border-color: #C9356F; }
span { border-color: rgb(201,53,111); }
td.TdClassName
{
border-color: #C9356F;
}
.TagClassName
{
border-color: #C9356F;
}
</style>