Shades of Cerise #C6326D
Tints of Cerise #C6326D
RGB
CMYK
RGB Variations
Color information
#C6326D (or 0xC6326D) is known color: Cerise. HEX triplet: C6, 32 and 6D. RGB value is (198,50,109). Sum of RGB (Red+Green+Blue) = 198+50+109=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6326D is #39CD92. Grayscale: #646464. Windows color (decimal): -3788179 or 7156422. OLE color: 7156422.
HSL color Cylindrical-coordinate representation of color #C6326D: hue angle of 336.08º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6326D is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 109 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.22 |
| HSL | 336.08º | 0.6% | 0.49% | - |
| HSV(B) | 336.08º | 0.75% | 0.78% | - |
| XYZ | 27.19 | 15.39 | 16.01 | - |
| YUV | 100.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 109 | 0 | 0.75 | 0.45 | 0.22 | 336.08 | 0.6 | 0.49 |
| Hex | C6 | 32 | 6D | 0 | 4B | 2D | 16 | 150 | 3C | 31 |
| Octal | 306 | 62 | 155 | 0 | 113 | 55 | 26 | 520 | 74 | 61 |
| Binary | 11000110 | 110010 | 1101101 | 0 | 1001011 | 101101 | 10110 | 101010000 | 111100 | 110001 |
Color Harmonies of #C6326D
Complementary color
Monochromatic Colors of #C6326D
Black with #C6326D
Text Example
Text Example
White with #C6326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6326D; }
p { color: rgb(198,50,109); }
H1.HeaderClassName
{
color: #C6326D;
}
.AnyTagClassName
{
color: #C6326D;
}
</style>
background-color css
<style>
a { background-color: #C6326D; }
a { background-color: rgb(198,50,109); }
div.DivClassName
{
background-color: #C6326D;
}
.BgClassName
{
background-color: #C6326D;
}
</style>
border-color css
<style>
span { border-color: #C6326D; }
span { border-color: rgb(198,50,109); }
td.TdClassName
{
border-color: #C6326D;
}
.TagClassName
{
border-color: #C6326D;
}
</style>