#c3296a

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

Shades of Cerise #C3296A

Tints of Cerise #C3296A

Color information

#C3296A (or 0xC3296A) is unknown color: approx Cerise. HEX triplet: C3, 29 and 6A. RGB value is (195,41,106). Sum of RGB (Red+Green+Blue) = 195+41+106=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3296A is #3CD695. Grayscale: #5E5E5E. Windows color (decimal): -3987094 or 6957507. OLE color: 6957507.

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

Color convert

RGB19541106-
CMYK00.790.460.24
HSL334.68º65.25%46.27%-
HSV(B)334.68º78.97%76.47%-
XYZ25.914.2315.02-
YUV94.46134.52199.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.02%
GREEN value IS 41 (16.41% from 255) = 11.99%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=57.02%
G=11.99%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954110600.790.460.24334.6865.2546.27
HexC3296A04F2E1814f412e
Octal303511520117563051710156
Binary11000011101001110101001001111101110110001010011111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3296a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3296a; }

 p { color: rgb(195,41,106); }

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

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

 a { background-color: rgb(195,41,106); }

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

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

 span { border-color: rgb(195,41,106); }

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