Shades of Cerise #C6256D
Tints of Cerise #C6256D
RGB
CMYK
RGB Variations
Color information
#C6256D (or 0xC6256D) is known color: Cerise. HEX triplet: C6, 25 and 6D. RGB value is (198,37,109). Sum of RGB (Red+Green+Blue) = 198+37+109=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6256D is #39DA92. Grayscale: #5D5D5D. Windows color (decimal): -3791507 or 7153094. OLE color: 7153094.
HSL color Cylindrical-coordinate representation of color #C6256D: hue angle of 333.17º 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 #C6256D is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 109 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.22 |
| HSL | 333.17º | 0.69% | 0.46% | - |
| HSV(B) | 333.17º | 0.81% | 0.78% | - |
| XYZ | 26.71 | 14.43 | 15.85 | - |
| YUV | 93.35 | 136.84 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 109 | 0 | 0.81 | 0.45 | 0.22 | 333.17 | 0.69 | 0.46 |
| Hex | C6 | 25 | 6D | 0 | 51 | 2D | 16 | 14D | 45 | 2E |
| Octal | 306 | 45 | 155 | 0 | 121 | 55 | 26 | 515 | 105 | 56 |
| Binary | 11000110 | 100101 | 1101101 | 0 | 1010001 | 101101 | 10110 | 101001101 | 1000101 | 101110 |
Color Harmonies of #C6256D
Complementary color
Monochromatic Colors of #C6256D
Black with #C6256D
Text Example
Text Example
White with #C6256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6256D; }
p { color: rgb(198,37,109); }
H1.HeaderClassName
{
color: #C6256D;
}
.AnyTagClassName
{
color: #C6256D;
}
</style>
background-color css
<style>
a { background-color: #C6256D; }
a { background-color: rgb(198,37,109); }
div.DivClassName
{
background-color: #C6256D;
}
.BgClassName
{
background-color: #C6256D;
}
</style>
border-color css
<style>
span { border-color: #C6256D; }
span { border-color: rgb(198,37,109); }
td.TdClassName
{
border-color: #C6256D;
}
.TagClassName
{
border-color: #C6256D;
}
</style>