Shades of Cerise #C6246B
Tints of Cerise #C6246B
RGB
CMYK
RGB Variations
Color information
#C6246B (or 0xC6246B) is known color: Cerise. HEX triplet: C6, 24 and 6B. RGB value is (198,36,107). Sum of RGB (Red+Green+Blue) = 198+36+107=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6246B is #39DB94. Grayscale: #5C5C5C. Windows color (decimal): -3791765 or 7021766. OLE color: 7021766.
HSL color Cylindrical-coordinate representation of color #C6246B: hue angle of 333.7º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6246B is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 107 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.22 |
| HSL | 333.7º | 0.69% | 0.46% | - |
| HSV(B) | 333.7º | 0.82% | 0.78% | - |
| XYZ | 26.57 | 14.33 | 15.28 | - |
| YUV | 92.53 | 136.17 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 107 | 0 | 0.82 | 0.46 | 0.22 | 333.7 | 0.69 | 0.46 |
| Hex | C6 | 24 | 6B | 0 | 52 | 2E | 16 | 14E | 45 | 2E |
| Octal | 306 | 44 | 153 | 0 | 122 | 56 | 26 | 516 | 105 | 56 |
| Binary | 11000110 | 100100 | 1101011 | 0 | 1010010 | 101110 | 10110 | 101001110 | 1000101 | 101110 |
Color Harmonies of #C6246B
Complementary color
Monochromatic Colors of #C6246B
Black with #C6246B
Text Example
Text Example
White with #C6246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6246B; }
p { color: rgb(198,36,107); }
H1.HeaderClassName
{
color: #C6246B;
}
.AnyTagClassName
{
color: #C6246B;
}
</style>
background-color css
<style>
a { background-color: #C6246B; }
a { background-color: rgb(198,36,107); }
div.DivClassName
{
background-color: #C6246B;
}
.BgClassName
{
background-color: #C6246B;
}
</style>
border-color css
<style>
span { border-color: #C6246B; }
span { border-color: rgb(198,36,107); }
td.TdClassName
{
border-color: #C6246B;
}
.TagClassName
{
border-color: #C6246B;
}
</style>