Shades of Cerise #C6266B
Tints of Cerise #C6266B
RGB
CMYK
RGB Variations
Color information
#C6266B (or 0xC6266B) is known color: Cerise. HEX triplet: C6, 26 and 6B. RGB value is (198,38,107). Sum of RGB (Red+Green+Blue) = 198+38+107=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6266B is #39D994. Grayscale: #5D5D5D. Windows color (decimal): -3791253 or 7022278. OLE color: 7022278.
HSL color Cylindrical-coordinate representation of color #C6266B: hue angle of 334.12º 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 #C6266B is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 107 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.22 |
| HSL | 334.13º | 0.68% | 0.46% | - |
| HSV(B) | 334.13º | 0.81% | 0.78% | - |
| XYZ | 26.64 | 14.45 | 15.3 | - |
| YUV | 93.71 | 135.51 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 107 | 0 | 0.81 | 0.46 | 0.22 | 334.13 | 0.68 | 0.46 |
| Hex | C6 | 26 | 6B | 0 | 51 | 2E | 16 | 14E | 44 | 2E |
| Octal | 306 | 46 | 153 | 0 | 121 | 56 | 26 | 516 | 104 | 56 |
| Binary | 11000110 | 100110 | 1101011 | 0 | 1010001 | 101110 | 10110 | 101001110 | 1000100 | 101110 |
Color Harmonies of #C6266B
Complementary color
Monochromatic Colors of #C6266B
Black with #C6266B
Text Example
Text Example
White with #C6266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6266B; }
p { color: rgb(198,38,107); }
H1.HeaderClassName
{
color: #C6266B;
}
.AnyTagClassName
{
color: #C6266B;
}
</style>
background-color css
<style>
a { background-color: #C6266B; }
a { background-color: rgb(198,38,107); }
div.DivClassName
{
background-color: #C6266B;
}
.BgClassName
{
background-color: #C6266B;
}
</style>
border-color css
<style>
span { border-color: #C6266B; }
span { border-color: rgb(198,38,107); }
td.TdClassName
{
border-color: #C6266B;
}
.TagClassName
{
border-color: #C6266B;
}
</style>