#C6296C

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

Shades of Cerise #C6296C

Tints of Cerise #C6296C

Color information

#C6296C (or 0xC6296C) is unknown color: approx Cerise. HEX triplet: C6, 29 and 6C. RGB value is (198,41,108). Sum of RGB (Red+Green+Blue) = 198+41+108=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6296C is #39D693. Grayscale: #5F5F5F. Windows color (decimal): -3790484 or 7088582. OLE color: 7088582.

HSL color Cylindrical-coordinate representation of color #C6296C: hue angle of 334.39º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6296C is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB19841108-
CMYK00.790.450.22
HSL334.39º65.69%46.86%-
HSV(B)334.39º79.29%77.65%-
XYZ26.7914.6715.61-
YUV95.58135.01201.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=57.06%
G=11.82%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984110800.790.450.22334.3965.6946.86
HexC6296C04F2D1614e422f
Octal306511540117552651610257
Binary11000110101001110110001001111101101101101010011101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6296C; }

 p { color: rgb(198,41,108); }

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

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

 a { background-color: rgb(198,41,108); }

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

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

 span { border-color: rgb(198,41,108); }

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