Shades of Cerise #C6366B
Tints of Cerise #C6366B
RGB
CMYK
RGB Variations
Color information
#C6366B (or 0xC6366B) is known color: Cerise. HEX triplet: C6, 36 and 6B. RGB value is (198,54,107). Sum of RGB (Red+Green+Blue) = 198+54+107=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6366B is #39C994. Grayscale: #676767. Windows color (decimal): -3787157 or 7026374. OLE color: 7026374.
HSL color Cylindrical-coordinate representation of color #C6366B: hue angle of 337.92º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6366B is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 107 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.22 |
| HSL | 337.92º | 0.57% | 0.49% | - |
| HSV(B) | 337.92º | 0.73% | 0.78% | - |
| XYZ | 27.26 | 15.71 | 15.5 | - |
| YUV | 103.1 | 130.21 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 107 | 0 | 0.73 | 0.46 | 0.22 | 337.92 | 0.57 | 0.49 |
| Hex | C6 | 36 | 6B | 0 | 49 | 2E | 16 | 152 | 39 | 31 |
| Octal | 306 | 66 | 153 | 0 | 111 | 56 | 26 | 522 | 71 | 61 |
| Binary | 11000110 | 110110 | 1101011 | 0 | 1001001 | 101110 | 10110 | 101010010 | 111001 | 110001 |
Color Harmonies of #C6366B
Complementary color
Monochromatic Colors of #C6366B
Black with #C6366B
Text Example
Text Example
White with #C6366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6366B; }
p { color: rgb(198,54,107); }
H1.HeaderClassName
{
color: #C6366B;
}
.AnyTagClassName
{
color: #C6366B;
}
</style>
background-color css
<style>
a { background-color: #C6366B; }
a { background-color: rgb(198,54,107); }
div.DivClassName
{
background-color: #C6366B;
}
.BgClassName
{
background-color: #C6366B;
}
</style>
border-color css
<style>
span { border-color: #C6366B; }
span { border-color: rgb(198,54,107); }
td.TdClassName
{
border-color: #C6366B;
}
.TagClassName
{
border-color: #C6366B;
}
</style>