#CE938B

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

Shades of Oriental Pink #CE938B

Tints of Oriental Pink #CE938B

Color information

#CE938B (or 0xCE938B) is unknown color: approx Oriental Pink. HEX triplet: CE, 93 and 8B. RGB value is (206,147,139). Sum of RGB (Red+Green+Blue) = 206+147+139=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE938B is #316C74. Grayscale: #A3A3A3. Windows color (decimal): -3239029 or 9147342. OLE color: 9147342.

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

Color convert

RGB206147139-
CMYK00.290.330.19
HSL7.16º40.61%67.65%-
HSV(B)7.16º32.52%80.78%-
XYZ40.5535.8529.21-
YUV163.73114.05158.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=41.87%
G=29.88%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614713900.290.330.197.1640.6167.65
HexCE938B01D211372944
Octal3162232130354123751104
Binary110011101001001110001011011101100001100111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE938B; }

 p { color: rgb(206,147,139); }

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

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

 a { background-color: rgb(206,147,139); }

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

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

 span { border-color: rgb(206,147,139); }

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