#CE918C

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

Shades of Oriental Pink #CE918C

Tints of Oriental Pink #CE918C

Color information

#CE918C (or 0xCE918C) is unknown color: approx Oriental Pink. HEX triplet: CE, 91 and 8C. RGB value is (206,145,140). Sum of RGB (Red+Green+Blue) = 206+145+140=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE918C is #316E73. Grayscale: #A2A2A2. Windows color (decimal): -3239540 or 9212366. OLE color: 9212366.

HSL color Cylindrical-coordinate representation of color #CE918C: hue angle of 4.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE918C is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB206145140-
CMYK00.300.320.19
HSL4.55º40.24%67.84%-
HSV(B)4.55º32.04%80.78%-
XYZ40.3135.2729.49-
YUV162.67115.21158.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=41.96%
G=29.53%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614514000.300.320.194.5540.2467.84
HexCE918C01E201352844
Octal3162212140364023550104
Binary110011101001000110001100011110100000100111011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE918C; }

 p { color: rgb(206,145,140); }

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

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

 a { background-color: rgb(206,145,140); }

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

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

 span { border-color: rgb(206,145,140); }

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