#CE918A

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

Shades of Oriental Pink #CE918A

Tints of Oriental Pink #CE918A

Color information

#CE918A (or 0xCE918A) is unknown color: approx Oriental Pink. HEX triplet: CE, 91 and 8A. RGB value is (206,145,138). Sum of RGB (Red+Green+Blue) = 206+145+138=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE918A is #316E75. Grayscale: #A2A2A2. Windows color (decimal): -3239542 or 9081294. OLE color: 9081294.

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

Color convert

RGB206145138-
CMYK00.300.330.19
HSL6.18º40.96%67.45%-
HSV(B)6.18º33.01%80.78%-
XYZ40.1735.2128.72-
YUV162.44114.21159.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=42.13%
G=29.65%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614513800.300.330.196.1840.9667.45
HexCE918A01E211362943
Octal3162212120364123651103
Binary110011101001000110001010011110100001100111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE918A; }

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

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

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

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

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

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

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

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