#CE2A6A

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

Shades of Cerise #CE2A6A

Tints of Cerise #CE2A6A

Color information

#CE2A6A (or 0xCE2A6A) is unknown color: approx Cerise. HEX triplet: CE, 2A and 6A. RGB value is (206,42,106). Sum of RGB (Red+Green+Blue) = 206+42+106=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2A6A is #31D595. Grayscale: #626262. Windows color (decimal): -3265942 or 6957774. OLE color: 6957774.

HSL color Cylindrical-coordinate representation of color #CE2A6A: hue angle of 336.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2A6A is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB20642106-
CMYK00.800.490.19
HSL336.59º66.13%48.63%-
HSV(B)336.59º79.61%80.78%-
XYZ28.8815.8215.17-
YUV98.33132.33204.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.19%
GREEN value IS 42 (16.80% from 255) = 11.86%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=58.19%
G=11.86%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064210600.800.490.19336.5966.1348.63
HexCE2A6A05031131514231
Octal316521520120612352110261
Binary11001110101010110101001010000110001100111010100011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2A6A; }

 p { color: rgb(206,42,106); }

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

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

 a { background-color: rgb(206,42,106); }

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

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

 span { border-color: rgb(206,42,106); }

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