Shades of Cerise #C62765
Tints of Cerise #C62765
RGB
CMYK
RGB Variations
Color information
#C62765 (or 0xC62765) is known color: Cerise. HEX triplet: C6, 27 and 65. RGB value is (198,39,101). Sum of RGB (Red+Green+Blue) = 198+39+101=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C62765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62765 is #39D89A. Grayscale: #5D5D5D. Windows color (decimal): -3791003 or 6629318. OLE color: 6629318.
HSL color Cylindrical-coordinate representation of color #C62765: hue angle of 336.6º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62765 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 101 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.22 |
| HSL | 336.6º | 0.67% | 0.46% | - |
| HSV(B) | 336.6º | 0.8% | 0.78% | - |
| XYZ | 26.36 | 14.4 | 13.7 | - |
| YUV | 93.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 101 | 0 | 0.80 | 0.49 | 0.22 | 336.6 | 0.67 | 0.46 |
| Hex | C6 | 27 | 65 | 0 | 50 | 31 | 16 | 151 | 43 | 2E |
| Octal | 306 | 47 | 145 | 0 | 120 | 61 | 26 | 521 | 103 | 56 |
| Binary | 11000110 | 100111 | 1100101 | 0 | 1010000 | 110001 | 10110 | 101010001 | 1000011 | 101110 |
Color Harmonies of #C62765
Complementary color
Monochromatic Colors of #C62765
Black with #C62765
Text Example
Text Example
White with #C62765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62765; }
p { color: rgb(198,39,101); }
H1.HeaderClassName
{
color: #C62765;
}
.AnyTagClassName
{
color: #C62765;
}
</style>
background-color css
<style>
a { background-color: #C62765; }
a { background-color: rgb(198,39,101); }
div.DivClassName
{
background-color: #C62765;
}
.BgClassName
{
background-color: #C62765;
}
</style>
border-color css
<style>
span { border-color: #C62765; }
span { border-color: rgb(198,39,101); }
td.TdClassName
{
border-color: #C62765;
}
.TagClassName
{
border-color: #C62765;
}
</style>