Shades of Cerise #C63965
Tints of Cerise #C63965
RGB
CMYK
RGB Variations
Color information
#C63965 (or 0xC63965) is known color: Cerise. HEX triplet: C6, 39 and 65. RGB value is (198,57,101). Sum of RGB (Red+Green+Blue) = 198+57+101=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C63965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63965 is #39C69A. Grayscale: #686868. Windows color (decimal): -3786395 or 6633926. OLE color: 6633926.
HSL color Cylindrical-coordinate representation of color #C63965: hue angle of 341.28º 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 #C63965 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 101 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.22 |
| HSL | 341.28º | 0.55% | 0.5% | - |
| HSV(B) | 341.28º | 0.71% | 0.78% | - |
| XYZ | 27.1 | 15.87 | 13.95 | - |
| YUV | 104.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 101 | 0 | 0.71 | 0.49 | 0.22 | 341.28 | 0.55 | 0.5 |
| Hex | C6 | 39 | 65 | 0 | 47 | 31 | 16 | 155 | 37 | 32 |
| Octal | 306 | 71 | 145 | 0 | 107 | 61 | 26 | 525 | 67 | 62 |
| Binary | 11000110 | 111001 | 1100101 | 0 | 1000111 | 110001 | 10110 | 101010101 | 110111 | 110010 |
Color Harmonies of #C63965
Complementary color
Monochromatic Colors of #C63965
Black with #C63965
Text Example
Text Example
White with #C63965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63965; }
p { color: rgb(198,57,101); }
H1.HeaderClassName
{
color: #C63965;
}
.AnyTagClassName
{
color: #C63965;
}
</style>
background-color css
<style>
a { background-color: #C63965; }
a { background-color: rgb(198,57,101); }
div.DivClassName
{
background-color: #C63965;
}
.BgClassName
{
background-color: #C63965;
}
</style>
border-color css
<style>
span { border-color: #C63965; }
span { border-color: rgb(198,57,101); }
td.TdClassName
{
border-color: #C63965;
}
.TagClassName
{
border-color: #C63965;
}
</style>