#CE918D

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

Shades of Oriental Pink #CE918D

Tints of Oriental Pink #CE918D

Color information

#CE918D (or 0xCE918D) is unknown color: approx Oriental Pink. HEX triplet: CE, 91 and 8D. RGB value is (206,145,141). Sum of RGB (Red+Green+Blue) = 206+145+141=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE918D is #316E72. Grayscale: #A2A2A2. Windows color (decimal): -3239539 or 9277902. OLE color: 9277902.

HSL color Cylindrical-coordinate representation of color #CE918D: hue angle of 3.69º 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 #CE918D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB206145141-
CMYK00.300.320.19
HSL3.69º39.88%68.04%-
HSV(B)3.69º31.55%80.78%-
XYZ40.3935.329.88-
YUV162.78115.71158.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 145 (57.03% from 255) = 29.47%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=41.87%
G=29.47%
B=28.66%

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
Decimal20614514100.300.320.193.6939.8868.04
HexCE918D01E201342844
Octal3162212150364023450104
Binary110011101001000110001101011110100000100111001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE918D; }

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

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

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

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

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

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

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

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