Shades of Cerise #C6306B
Tints of Cerise #C6306B
RGB
CMYK
RGB Variations
Color information
#C6306B (or 0xC6306B) is known color: Cerise. HEX triplet: C6, 30 and 6B. RGB value is (198,48,107). Sum of RGB (Red+Green+Blue) = 198+48+107=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6306B is #39CF94. Grayscale: #636363. Windows color (decimal): -3788693 or 7024838. OLE color: 7024838.
HSL color Cylindrical-coordinate representation of color #C6306B: hue angle of 336.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6306B is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 107 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.22 |
| HSL | 336.4º | 0.61% | 0.48% | - |
| HSV(B) | 336.4º | 0.76% | 0.78% | - |
| XYZ | 27 | 15.18 | 15.42 | - |
| YUV | 99.58 | 132.2 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 107 | 0 | 0.76 | 0.46 | 0.22 | 336.4 | 0.61 | 0.48 |
| Hex | C6 | 30 | 6B | 0 | 4C | 2E | 16 | 150 | 3D | 30 |
| Octal | 306 | 60 | 153 | 0 | 114 | 56 | 26 | 520 | 75 | 60 |
| Binary | 11000110 | 110000 | 1101011 | 0 | 1001100 | 101110 | 10110 | 101010000 | 111101 | 110000 |
Color Harmonies of #C6306B
Complementary color
Monochromatic Colors of #C6306B
Black with #C6306B
Text Example
Text Example
White with #C6306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6306B; }
p { color: rgb(198,48,107); }
H1.HeaderClassName
{
color: #C6306B;
}
.AnyTagClassName
{
color: #C6306B;
}
</style>
background-color css
<style>
a { background-color: #C6306B; }
a { background-color: rgb(198,48,107); }
div.DivClassName
{
background-color: #C6306B;
}
.BgClassName
{
background-color: #C6306B;
}
</style>
border-color css
<style>
span { border-color: #C6306B; }
span { border-color: rgb(198,48,107); }
td.TdClassName
{
border-color: #C6306B;
}
.TagClassName
{
border-color: #C6306B;
}
</style>