Shades of Cerise #C6276C
Tints of Cerise #C6276C
RGB
CMYK
RGB Variations
Color information
#C6276C (or 0xC6276C) is known color: Cerise. HEX triplet: C6, 27 and 6C. RGB value is (198,39,108). Sum of RGB (Red+Green+Blue) = 198+39+108=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6276C is #39D893. Grayscale: #5E5E5E. Windows color (decimal): -3790996 or 7088070. OLE color: 7088070.
HSL color Cylindrical-coordinate representation of color #C6276C: hue angle of 333.96º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6276C is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 108 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.22 |
| HSL | 333.96º | 0.67% | 0.46% | - |
| HSV(B) | 333.96º | 0.8% | 0.78% | - |
| XYZ | 26.72 | 14.54 | 15.59 | - |
| YUV | 94.41 | 135.68 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 108 | 0 | 0.80 | 0.45 | 0.22 | 333.96 | 0.67 | 0.46 |
| Hex | C6 | 27 | 6C | 0 | 50 | 2D | 16 | 14E | 43 | 2E |
| Octal | 306 | 47 | 154 | 0 | 120 | 55 | 26 | 516 | 103 | 56 |
| Binary | 11000110 | 100111 | 1101100 | 0 | 1010000 | 101101 | 10110 | 101001110 | 1000011 | 101110 |
Color Harmonies of #C6276C
Complementary color
Monochromatic Colors of #C6276C
Black with #C6276C
Text Example
Text Example
White with #C6276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6276C; }
p { color: rgb(198,39,108); }
H1.HeaderClassName
{
color: #C6276C;
}
.AnyTagClassName
{
color: #C6276C;
}
</style>
background-color css
<style>
a { background-color: #C6276C; }
a { background-color: rgb(198,39,108); }
div.DivClassName
{
background-color: #C6276C;
}
.BgClassName
{
background-color: #C6276C;
}
</style>
border-color css
<style>
span { border-color: #C6276C; }
span { border-color: rgb(198,39,108); }
td.TdClassName
{
border-color: #C6276C;
}
.TagClassName
{
border-color: #C6276C;
}
</style>