Shades of Cerise #C6316B
Tints of Cerise #C6316B
RGB
CMYK
RGB Variations
Color information
#C6316B (or 0xC6316B) is known color: Cerise. HEX triplet: C6, 31 and 6B. RGB value is (198,49,107). Sum of RGB (Red+Green+Blue) = 198+49+107=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6316B is #39CE94. Grayscale: #646464. Windows color (decimal): -3788437 or 7025094. OLE color: 7025094.
HSL color Cylindrical-coordinate representation of color #C6316B: hue angle of 336.64º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6316B is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 107 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.22 |
| HSL | 336.64º | 0.6% | 0.48% | - |
| HSV(B) | 336.64º | 0.75% | 0.78% | - |
| XYZ | 27.04 | 15.26 | 15.43 | - |
| YUV | 100.16 | 131.86 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 107 | 0 | 0.75 | 0.46 | 0.22 | 336.64 | 0.6 | 0.48 |
| Hex | C6 | 31 | 6B | 0 | 4B | 2E | 16 | 151 | 3C | 30 |
| Octal | 306 | 61 | 153 | 0 | 113 | 56 | 26 | 521 | 74 | 60 |
| Binary | 11000110 | 110001 | 1101011 | 0 | 1001011 | 101110 | 10110 | 101010001 | 111100 | 110000 |
Color Harmonies of #C6316B
Complementary color
Monochromatic Colors of #C6316B
Black with #C6316B
Text Example
Text Example
White with #C6316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6316B; }
p { color: rgb(198,49,107); }
H1.HeaderClassName
{
color: #C6316B;
}
.AnyTagClassName
{
color: #C6316B;
}
</style>
background-color css
<style>
a { background-color: #C6316B; }
a { background-color: rgb(198,49,107); }
div.DivClassName
{
background-color: #C6316B;
}
.BgClassName
{
background-color: #C6316B;
}
</style>
border-color css
<style>
span { border-color: #C6316B; }
span { border-color: rgb(198,49,107); }
td.TdClassName
{
border-color: #C6316B;
}
.TagClassName
{
border-color: #C6316B;
}
</style>