Shades of Cerise #C6306A
Tints of Cerise #C6306A
RGB
CMYK
RGB Variations
Color information
#C6306A (or 0xC6306A) is known color: Cerise. HEX triplet: C6, 30 and 6A. RGB value is (198,48,106). Sum of RGB (Red+Green+Blue) = 198+48+106=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C6306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6306A is #39CF95. Grayscale: #636363. Windows color (decimal): -3788694 or 6959302. OLE color: 6959302.
HSL color Cylindrical-coordinate representation of color #C6306A: hue angle of 336.8º 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 #C6306A is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 106 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.22 |
| HSL | 336.8º | 0.61% | 0.48% | - |
| HSV(B) | 336.8º | 0.76% | 0.78% | - |
| XYZ | 26.95 | 15.16 | 15.14 | - |
| YUV | 99.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 106 | 0 | 0.76 | 0.46 | 0.22 | 336.8 | 0.61 | 0.48 |
| Hex | C6 | 30 | 6A | 0 | 4C | 2E | 16 | 151 | 3D | 30 |
| Octal | 306 | 60 | 152 | 0 | 114 | 56 | 26 | 521 | 75 | 60 |
| Binary | 11000110 | 110000 | 1101010 | 0 | 1001100 | 101110 | 10110 | 101010001 | 111101 | 110000 |
Color Harmonies of #C6306A
Complementary color
Monochromatic Colors of #C6306A
Black with #C6306A
Text Example
Text Example
White with #C6306A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6306A; }
p { color: rgb(198,48,106); }
H1.HeaderClassName
{
color: #C6306A;
}
.AnyTagClassName
{
color: #C6306A;
}
</style>
background-color css
<style>
a { background-color: #C6306A; }
a { background-color: rgb(198,48,106); }
div.DivClassName
{
background-color: #C6306A;
}
.BgClassName
{
background-color: #C6306A;
}
</style>
border-color css
<style>
span { border-color: #C6306A; }
span { border-color: rgb(198,48,106); }
td.TdClassName
{
border-color: #C6306A;
}
.TagClassName
{
border-color: #C6306A;
}
</style>