Shades of Cerise #C63962
Tints of Cerise #C63962
RGB
CMYK
RGB Variations
Color information
#C63962 (or 0xC63962) is known color: Cerise. HEX triplet: C6, 39 and 62. RGB value is (198,57,98). Sum of RGB (Red+Green+Blue) = 198+57+98=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C63962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63962 is #39C69D. Grayscale: #676767. Windows color (decimal): -3786398 or 6437318. OLE color: 6437318.
HSL color Cylindrical-coordinate representation of color #C63962: hue angle of 342.55º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63962 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 98 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.22 |
| HSL | 342.55º | 0.55% | 0.5% | - |
| HSV(B) | 342.55º | 0.71% | 0.78% | - |
| XYZ | 26.96 | 15.81 | 13.19 | - |
| YUV | 103.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 98 | 0 | 0.71 | 0.51 | 0.22 | 342.55 | 0.55 | 0.5 |
| Hex | C6 | 39 | 62 | 0 | 47 | 33 | 16 | 157 | 37 | 32 |
| Octal | 306 | 71 | 142 | 0 | 107 | 63 | 26 | 527 | 67 | 62 |
| Binary | 11000110 | 111001 | 1100010 | 0 | 1000111 | 110011 | 10110 | 101010111 | 110111 | 110010 |
Color Harmonies of #C63962
Complementary color
Monochromatic Colors of #C63962
Black with #C63962
Text Example
Text Example
White with #C63962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63962; }
p { color: rgb(198,57,98); }
H1.HeaderClassName
{
color: #C63962;
}
.AnyTagClassName
{
color: #C63962;
}
</style>
background-color css
<style>
a { background-color: #C63962; }
a { background-color: rgb(198,57,98); }
div.DivClassName
{
background-color: #C63962;
}
.BgClassName
{
background-color: #C63962;
}
</style>
border-color css
<style>
span { border-color: #C63962; }
span { border-color: rgb(198,57,98); }
td.TdClassName
{
border-color: #C63962;
}
.TagClassName
{
border-color: #C63962;
}
</style>