Shades of Cerise #C4266C
Tints of Cerise #C4266C
RGB
CMYK
RGB Variations
Color information
#C4266C (or 0xC4266C) is known color: Cerise. HEX triplet: C4, 26 and 6C. RGB value is (196,38,108). Sum of RGB (Red+Green+Blue) = 196+38+108=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4266C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4266C is #3BD993. Grayscale: #5D5D5D. Windows color (decimal): -3922324 or 7087812. OLE color: 7087812.
HSL color Cylindrical-coordinate representation of color #C4266C: hue angle of 333.42º 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 #C4266C is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 108 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.23 |
| HSL | 333.42º | 0.68% | 0.46% | - |
| HSV(B) | 333.42º | 0.81% | 0.77% | - |
| XYZ | 26.16 | 14.2 | 15.55 | - |
| YUV | 93.22 | 136.35 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 108 | 0 | 0.81 | 0.45 | 0.23 | 333.42 | 0.68 | 0.46 |
| Hex | C4 | 26 | 6C | 0 | 51 | 2D | 17 | 14D | 44 | 2E |
| Octal | 304 | 46 | 154 | 0 | 121 | 55 | 27 | 515 | 104 | 56 |
| Binary | 11000100 | 100110 | 1101100 | 0 | 1010001 | 101101 | 10111 | 101001101 | 1000100 | 101110 |
Color Harmonies of #C4266C
Complementary color
Monochromatic Colors of #C4266C
Black with #C4266C
Text Example
Text Example
White with #C4266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4266C; }
p { color: rgb(196,38,108); }
H1.HeaderClassName
{
color: #C4266C;
}
.AnyTagClassName
{
color: #C4266C;
}
</style>
background-color css
<style>
a { background-color: #C4266C; }
a { background-color: rgb(196,38,108); }
div.DivClassName
{
background-color: #C4266C;
}
.BgClassName
{
background-color: #C4266C;
}
</style>
border-color css
<style>
span { border-color: #C4266C; }
span { border-color: rgb(196,38,108); }
td.TdClassName
{
border-color: #C4266C;
}
.TagClassName
{
border-color: #C4266C;
}
</style>