Shades of Cerise #C9376A
Tints of Cerise #C9376A
RGB
CMYK
RGB Variations
Color information
#C9376A (or 0xC9376A) is known color: Cerise. HEX triplet: C9, 37 and 6A. RGB value is (201,55,106). Sum of RGB (Red+Green+Blue) = 201+55+106=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C9376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9376A is #36C895. Grayscale: #686868. Windows color (decimal): -3590294 or 6961097. OLE color: 6961097.
HSL color Cylindrical-coordinate representation of color #C9376A: hue angle of 339.04º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9376A is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 106 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.21 |
| HSL | 339.04º | 0.57% | 0.5% | - |
| HSV(B) | 339.04º | 0.73% | 0.79% | - |
| XYZ | 28.06 | 16.19 | 15.28 | - |
| YUV | 104.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 106 | 0 | 0.73 | 0.47 | 0.21 | 339.04 | 0.57 | 0.5 |
| Hex | C9 | 37 | 6A | 0 | 49 | 2F | 15 | 153 | 39 | 32 |
| Octal | 311 | 67 | 152 | 0 | 111 | 57 | 25 | 523 | 71 | 62 |
| Binary | 11001001 | 110111 | 1101010 | 0 | 1001001 | 101111 | 10101 | 101010011 | 111001 | 110010 |
Color Harmonies of #C9376A
Complementary color
Monochromatic Colors of #C9376A
Black with #C9376A
Text Example
Text Example
White with #C9376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9376A; }
p { color: rgb(201,55,106); }
H1.HeaderClassName
{
color: #C9376A;
}
.AnyTagClassName
{
color: #C9376A;
}
</style>
background-color css
<style>
a { background-color: #C9376A; }
a { background-color: rgb(201,55,106); }
div.DivClassName
{
background-color: #C9376A;
}
.BgClassName
{
background-color: #C9376A;
}
</style>
border-color css
<style>
span { border-color: #C9376A; }
span { border-color: rgb(201,55,106); }
td.TdClassName
{
border-color: #C9376A;
}
.TagClassName
{
border-color: #C9376A;
}
</style>