Shades of Cerise #C6266C
Tints of Cerise #C6266C
RGB
CMYK
RGB Variations
Color information
#C6266C (or 0xC6266C) is known color: Cerise. HEX triplet: C6, 26 and 6C. RGB value is (198,38,108). Sum of RGB (Red+Green+Blue) = 198+38+108=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6266C is #39D993. Grayscale: #5D5D5D. Windows color (decimal): -3791252 or 7087814. OLE color: 7087814.
HSL color Cylindrical-coordinate representation of color #C6266C: hue angle of 333.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6266C is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 108 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.22 |
| HSL | 333.75º | 0.68% | 0.46% | - |
| HSV(B) | 333.75º | 0.81% | 0.78% | - |
| XYZ | 26.69 | 14.47 | 15.57 | - |
| YUV | 93.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 108 | 0 | 0.81 | 0.45 | 0.22 | 333.75 | 0.68 | 0.46 |
| Hex | C6 | 26 | 6C | 0 | 51 | 2D | 16 | 14E | 44 | 2E |
| Octal | 306 | 46 | 154 | 0 | 121 | 55 | 26 | 516 | 104 | 56 |
| Binary | 11000110 | 100110 | 1101100 | 0 | 1010001 | 101101 | 10110 | 101001110 | 1000100 | 101110 |
Color Harmonies of #C6266C
Complementary color
Monochromatic Colors of #C6266C
Black with #C6266C
Text Example
Text Example
White with #C6266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6266C; }
p { color: rgb(198,38,108); }
H1.HeaderClassName
{
color: #C6266C;
}
.AnyTagClassName
{
color: #C6266C;
}
</style>
background-color css
<style>
a { background-color: #C6266C; }
a { background-color: rgb(198,38,108); }
div.DivClassName
{
background-color: #C6266C;
}
.BgClassName
{
background-color: #C6266C;
}
</style>
border-color css
<style>
span { border-color: #C6266C; }
span { border-color: rgb(198,38,108); }
td.TdClassName
{
border-color: #C6266C;
}
.TagClassName
{
border-color: #C6266C;
}
</style>