Shades of Cerise #C6356C
Tints of Cerise #C6356C
RGB
CMYK
RGB Variations
Color information
#C6356C (or 0xC6356C) is known color: Cerise. HEX triplet: C6, 35 and 6C. RGB value is (198,53,108). Sum of RGB (Red+Green+Blue) = 198+53+108=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6356C is #39CA93. Grayscale: #666666. Windows color (decimal): -3787412 or 7091654. OLE color: 7091654.
HSL color Cylindrical-coordinate representation of color #C6356C: hue angle of 337.24º degrees, saturation: 0.58, 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 #C6356C is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 108 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.22 |
| HSL | 337.24º | 0.58% | 0.49% | - |
| HSV(B) | 337.24º | 0.73% | 0.78% | - |
| XYZ | 27.27 | 15.63 | 15.77 | - |
| YUV | 102.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 108 | 0 | 0.73 | 0.45 | 0.22 | 337.24 | 0.58 | 0.49 |
| Hex | C6 | 35 | 6C | 0 | 49 | 2D | 16 | 151 | 3A | 31 |
| Octal | 306 | 65 | 154 | 0 | 111 | 55 | 26 | 521 | 72 | 61 |
| Binary | 11000110 | 110101 | 1101100 | 0 | 1001001 | 101101 | 10110 | 101010001 | 111010 | 110001 |
Color Harmonies of #C6356C
Complementary color
Monochromatic Colors of #C6356C
Black with #C6356C
Text Example
Text Example
White with #C6356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6356C; }
p { color: rgb(198,53,108); }
H1.HeaderClassName
{
color: #C6356C;
}
.AnyTagClassName
{
color: #C6356C;
}
</style>
background-color css
<style>
a { background-color: #C6356C; }
a { background-color: rgb(198,53,108); }
div.DivClassName
{
background-color: #C6356C;
}
.BgClassName
{
background-color: #C6356C;
}
</style>
border-color css
<style>
span { border-color: #C6356C; }
span { border-color: rgb(198,53,108); }
td.TdClassName
{
border-color: #C6356C;
}
.TagClassName
{
border-color: #C6356C;
}
</style>