#C12468

Color #C12468 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #C12468

Tints of Cerise #C12468

Color information

#C12468 (or 0xC12468) is unknown color: approx Cerise. HEX triplet: C1, 24 and 68. RGB value is (193,36,104). Sum of RGB (Red+Green+Blue) = 193+36+104=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C12468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12468 is #3EDB97. Grayscale: #5A5A5A. Windows color (decimal): -4119448 or 6825153. OLE color: 6825153.

HSL color Cylindrical-coordinate representation of color #C12468: hue angle of 334.01º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12468 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19336104-
CMYK00.810.460.24
HSL334.01º68.56%44.9%-
HSV(B)334.01º81.35%75.69%-
XYZ25.1213.614.4-
YUV90.7135.51200.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 57.96%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=57.96%
G=10.81%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933610400.810.460.24334.0168.5644.9
HexC124680512E1814e452d
Octal301441500121563051610555
Binary11000001100100110100001010001101110110001010011101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12468; }

 p { color: rgb(193,36,104); }

 H1.HeaderClassName
 {
   color: #C12468;
 }
 .AnyTagClassName
 {
   color: #C12468;
 }
</style>
background-color css

<style>
 a { background-color: #C12468; }

 a { background-color: rgb(193,36,104); }

 div.DivClassName
 {
   background-color: #C12468;
 }
 .BgClassName
 {
   background-color: #C12468;
 }
</style>
border-color css

<style>
 span { border-color: #C12468; }

 span { border-color: rgb(193,36,104); }

 td.TdClassName
 {
   border-color: #C12468;
 }
 .TagClassName
 {
   border-color: #C12468;
 }
</style>