Shades of Cerise #C43066
Tints of Cerise #C43066
RGB
CMYK
RGB Variations
Color information
#C43066 (or 0xC43066) is known color: Cerise. HEX triplet: C4, 30 and 66. RGB value is (196,48,102). Sum of RGB (Red+Green+Blue) = 196+48+102=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C43066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43066 is #3BCF99. Grayscale: #626262. Windows color (decimal): -3919770 or 6697156. OLE color: 6697156.
HSL color Cylindrical-coordinate representation of color #C43066: hue angle of 338.11º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43066 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 102 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.23 |
| HSL | 338.11º | 0.61% | 0.48% | - |
| HSV(B) | 338.11º | 0.76% | 0.77% | - |
| XYZ | 26.22 | 14.81 | 14.05 | - |
| YUV | 98.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 102 | 0 | 0.76 | 0.48 | 0.23 | 338.11 | 0.61 | 0.48 |
| Hex | C4 | 30 | 66 | 0 | 4C | 30 | 17 | 152 | 3D | 30 |
| Octal | 304 | 60 | 146 | 0 | 114 | 60 | 27 | 522 | 75 | 60 |
| Binary | 11000100 | 110000 | 1100110 | 0 | 1001100 | 110000 | 10111 | 101010010 | 111101 | 110000 |
Color Harmonies of #C43066
Complementary color
Monochromatic Colors of #C43066
Black with #C43066
Text Example
Text Example
White with #C43066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43066; }
p { color: rgb(196,48,102); }
H1.HeaderClassName
{
color: #C43066;
}
.AnyTagClassName
{
color: #C43066;
}
</style>
background-color css
<style>
a { background-color: #C43066; }
a { background-color: rgb(196,48,102); }
div.DivClassName
{
background-color: #C43066;
}
.BgClassName
{
background-color: #C43066;
}
</style>
border-color css
<style>
span { border-color: #C43066; }
span { border-color: rgb(196,48,102); }
td.TdClassName
{
border-color: #C43066;
}
.TagClassName
{
border-color: #C43066;
}
</style>