Shades of Cerise #C6256C
Tints of Cerise #C6256C
RGB
CMYK
RGB Variations
Color information
#C6256C (or 0xC6256C) is known color: Cerise. HEX triplet: C6, 25 and 6C. RGB value is (198,37,108). Sum of RGB (Red+Green+Blue) = 198+37+108=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6256C is #39DA93. Grayscale: #5D5D5D. Windows color (decimal): -3791508 or 7087558. OLE color: 7087558.
HSL color Cylindrical-coordinate representation of color #C6256C: hue angle of 333.54º degrees, saturation: 0.69, 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 #C6256C is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 108 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.22 |
| HSL | 333.54º | 0.69% | 0.46% | - |
| HSV(B) | 333.54º | 0.81% | 0.78% | - |
| XYZ | 26.66 | 14.41 | 15.56 | - |
| YUV | 93.23 | 136.34 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 108 | 0 | 0.81 | 0.45 | 0.22 | 333.54 | 0.69 | 0.46 |
| Hex | C6 | 25 | 6C | 0 | 51 | 2D | 16 | 14E | 45 | 2E |
| Octal | 306 | 45 | 154 | 0 | 121 | 55 | 26 | 516 | 105 | 56 |
| Binary | 11000110 | 100101 | 1101100 | 0 | 1010001 | 101101 | 10110 | 101001110 | 1000101 | 101110 |
Color Harmonies of #C6256C
Complementary color
Monochromatic Colors of #C6256C
Black with #C6256C
Text Example
Text Example
White with #C6256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6256C; }
p { color: rgb(198,37,108); }
H1.HeaderClassName
{
color: #C6256C;
}
.AnyTagClassName
{
color: #C6256C;
}
</style>
background-color css
<style>
a { background-color: #C6256C; }
a { background-color: rgb(198,37,108); }
div.DivClassName
{
background-color: #C6256C;
}
.BgClassName
{
background-color: #C6256C;
}
</style>
border-color css
<style>
span { border-color: #C6256C; }
span { border-color: rgb(198,37,108); }
td.TdClassName
{
border-color: #C6256C;
}
.TagClassName
{
border-color: #C6256C;
}
</style>