#CE2B69

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

Shades of Cerise #CE2B69

Tints of Cerise #CE2B69

Color information

#CE2B69 (or 0xCE2B69) is unknown color: approx Cerise. HEX triplet: CE, 2B and 69. RGB value is (206,43,105). Sum of RGB (Red+Green+Blue) = 206+43+105=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2B69 is #31D496. Grayscale: #626262. Windows color (decimal): -3265687 or 6892494. OLE color: 6892494.

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

Color convert

RGB20643105-
CMYK00.790.490.19
HSL337.18º65.46%48.82%-
HSV(B)337.18º79.13%80.78%-
XYZ28.8715.8714.91-
YUV98.8131.5204.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.19%
GREEN value IS 43 (17.19% from 255) = 12.15%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=58.19%
G=12.15%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064310500.790.490.19337.1865.4648.82
HexCE2B6904F31131514131
Octal316531510117612352110161
Binary11001110101011110100101001111110001100111010100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2B69; }

 p { color: rgb(206,43,105); }

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

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

 a { background-color: rgb(206,43,105); }

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

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

 span { border-color: rgb(206,43,105); }

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