Shades of Cerise #C23168
Tints of Cerise #C23168
RGB
CMYK
RGB Variations
Color information
#C23168 (or 0xC23168) is known color: Cerise. HEX triplet: C2, 31 and 68. RGB value is (194,49,104). Sum of RGB (Red+Green+Blue) = 194+49+104=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C23168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23168 is #3DCE97. Grayscale: #626262. Windows color (decimal): -4050584 or 6828482. OLE color: 6828482.
HSL color Cylindrical-coordinate representation of color #C23168: hue angle of 337.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23168 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 104 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.24 |
| HSL | 337.24º | 0.6% | 0.48% | - |
| HSV(B) | 337.24º | 0.75% | 0.76% | - |
| XYZ | 25.85 | 14.67 | 14.57 | - |
| YUV | 98.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 104 | 0 | 0.75 | 0.46 | 0.24 | 337.24 | 0.6 | 0.48 |
| Hex | C2 | 31 | 68 | 0 | 4B | 2E | 18 | 151 | 3C | 30 |
| Octal | 302 | 61 | 150 | 0 | 113 | 56 | 30 | 521 | 74 | 60 |
| Binary | 11000010 | 110001 | 1101000 | 0 | 1001011 | 101110 | 11000 | 101010001 | 111100 | 110000 |
Color Harmonies of #C23168
Complementary color
Monochromatic Colors of #C23168
Black with #C23168
Text Example
Text Example
White with #C23168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23168; }
p { color: rgb(194,49,104); }
H1.HeaderClassName
{
color: #C23168;
}
.AnyTagClassName
{
color: #C23168;
}
</style>
background-color css
<style>
a { background-color: #C23168; }
a { background-color: rgb(194,49,104); }
div.DivClassName
{
background-color: #C23168;
}
.BgClassName
{
background-color: #C23168;
}
</style>
border-color css
<style>
span { border-color: #C23168; }
span { border-color: rgb(194,49,104); }
td.TdClassName
{
border-color: #C23168;
}
.TagClassName
{
border-color: #C23168;
}
</style>