Shades of Cerise #C22F68
Tints of Cerise #C22F68
RGB
CMYK
RGB Variations
Color information
#C22F68 (or 0xC22F68) is known color: Cerise. HEX triplet: C2, 2F and 68. RGB value is (194,47,104). Sum of RGB (Red+Green+Blue) = 194+47+104=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22F68 is #3DD097. Grayscale: #616161. Windows color (decimal): -4051096 or 6827970. OLE color: 6827970.
HSL color Cylindrical-coordinate representation of color #C22F68: hue angle of 336.73º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22F68 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 104 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.24 |
| HSL | 336.73º | 0.61% | 0.47% | - |
| HSV(B) | 336.73º | 0.76% | 0.76% | - |
| XYZ | 25.76 | 14.5 | 14.54 | - |
| YUV | 97.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 104 | 0 | 0.76 | 0.46 | 0.24 | 336.73 | 0.61 | 0.47 |
| Hex | C2 | 2F | 68 | 0 | 4C | 2E | 18 | 151 | 3D | 2F |
| Octal | 302 | 57 | 150 | 0 | 114 | 56 | 30 | 521 | 75 | 57 |
| Binary | 11000010 | 101111 | 1101000 | 0 | 1001100 | 101110 | 11000 | 101010001 | 111101 | 101111 |
Color Harmonies of #C22F68
Complementary color
Monochromatic Colors of #C22F68
Black with #C22F68
Text Example
Text Example
White with #C22F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F68; }
p { color: rgb(194,47,104); }
H1.HeaderClassName
{
color: #C22F68;
}
.AnyTagClassName
{
color: #C22F68;
}
</style>
background-color css
<style>
a { background-color: #C22F68; }
a { background-color: rgb(194,47,104); }
div.DivClassName
{
background-color: #C22F68;
}
.BgClassName
{
background-color: #C22F68;
}
</style>
border-color css
<style>
span { border-color: #C22F68; }
span { border-color: rgb(194,47,104); }
td.TdClassName
{
border-color: #C22F68;
}
.TagClassName
{
border-color: #C22F68;
}
</style>