Shades of Cerise #C9356B
Tints of Cerise #C9356B
RGB
CMYK
RGB Variations
Color information
#C9356B (or 0xC9356B) is known color: Cerise. HEX triplet: C9, 35 and 6B. RGB value is (201,53,107). Sum of RGB (Red+Green+Blue) = 201+53+107=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9356B is #36CA94. Grayscale: #676767. Windows color (decimal): -3590805 or 7026121. OLE color: 7026121.
HSL color Cylindrical-coordinate representation of color #C9356B: hue angle of 338.11º 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 #C9356B is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 107 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.21 |
| HSL | 338.11º | 0.58% | 0.5% | - |
| HSV(B) | 338.11º | 0.74% | 0.79% | - |
| XYZ | 28.01 | 16.03 | 15.53 | - |
| YUV | 103.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 107 | 0 | 0.74 | 0.47 | 0.21 | 338.11 | 0.58 | 0.5 |
| Hex | C9 | 35 | 6B | 0 | 4A | 2F | 15 | 152 | 3A | 32 |
| Octal | 311 | 65 | 153 | 0 | 112 | 57 | 25 | 522 | 72 | 62 |
| Binary | 11001001 | 110101 | 1101011 | 0 | 1001010 | 101111 | 10101 | 101010010 | 111010 | 110010 |
Color Harmonies of #C9356B
Complementary color
Monochromatic Colors of #C9356B
Black with #C9356B
Text Example
Text Example
White with #C9356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9356B; }
p { color: rgb(201,53,107); }
H1.HeaderClassName
{
color: #C9356B;
}
.AnyTagClassName
{
color: #C9356B;
}
</style>
background-color css
<style>
a { background-color: #C9356B; }
a { background-color: rgb(201,53,107); }
div.DivClassName
{
background-color: #C9356B;
}
.BgClassName
{
background-color: #C9356B;
}
</style>
border-color css
<style>
span { border-color: #C9356B; }
span { border-color: rgb(201,53,107); }
td.TdClassName
{
border-color: #C9356B;
}
.TagClassName
{
border-color: #C9356B;
}
</style>