#c6296b

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

Shades of Cerise #C6296B

Tints of Cerise #C6296B

Color information

#C6296B (or 0xC6296B) is unknown color: approx Cerise. HEX triplet: C6, 29 and 6B. RGB value is (198,41,107). Sum of RGB (Red+Green+Blue) = 198+41+107=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6296B is #39D694. Grayscale: #5F5F5F. Windows color (decimal): -3790485 or 7023046. OLE color: 7023046.

HSL color Cylindrical-coordinate representation of color #C6296B: hue angle of 334.78º 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 #C6296B is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19841107-
CMYK00.790.460.22
HSL334.78º65.69%46.86%-
HSV(B)334.78º79.29%77.65%-
XYZ26.7414.6515.33-
YUV95.47134.51201.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.23%
GREEN value IS 41 (16.41% from 255) = 11.85%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=57.23%
G=11.85%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984110700.790.460.22334.7865.6946.86
HexC6296B04F2E1614f422f
Octal306511530117562651710257
Binary11000110101001110101101001111101110101101010011111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6296b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6296b; }

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

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

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

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

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

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

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

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