Shades of Cerise #C42669
Tints of Cerise #C42669
RGB
CMYK
RGB Variations
Color information
#C42669 (or 0xC42669) is known color: Cerise. HEX triplet: C4, 26 and 69. RGB value is (196,38,105). Sum of RGB (Red+Green+Blue) = 196+38+105=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C42669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42669 is #3BD996. Grayscale: #5C5C5C. Windows color (decimal): -3922327 or 6891204. OLE color: 6891204.
HSL color Cylindrical-coordinate representation of color #C42669: hue angle of 334.56º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42669 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 105 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.23 |
| HSL | 334.56º | 0.68% | 0.46% | - |
| HSV(B) | 334.56º | 0.81% | 0.77% | - |
| XYZ | 26.01 | 14.14 | 14.72 | - |
| YUV | 92.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 105 | 0 | 0.81 | 0.46 | 0.23 | 334.56 | 0.68 | 0.46 |
| Hex | C4 | 26 | 69 | 0 | 51 | 2E | 17 | 14F | 44 | 2E |
| Octal | 304 | 46 | 151 | 0 | 121 | 56 | 27 | 517 | 104 | 56 |
| Binary | 11000100 | 100110 | 1101001 | 0 | 1010001 | 101110 | 10111 | 101001111 | 1000100 | 101110 |
Color Harmonies of #C42669
Complementary color
Monochromatic Colors of #C42669
Black with #C42669
Text Example
Text Example
White with #C42669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42669; }
p { color: rgb(196,38,105); }
H1.HeaderClassName
{
color: #C42669;
}
.AnyTagClassName
{
color: #C42669;
}
</style>
background-color css
<style>
a { background-color: #C42669; }
a { background-color: rgb(196,38,105); }
div.DivClassName
{
background-color: #C42669;
}
.BgClassName
{
background-color: #C42669;
}
</style>
border-color css
<style>
span { border-color: #C42669; }
span { border-color: rgb(196,38,105); }
td.TdClassName
{
border-color: #C42669;
}
.TagClassName
{
border-color: #C42669;
}
</style>