#CE928C

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

Shades of Oriental Pink #CE928C

Tints of Oriental Pink #CE928C

Color information

#CE928C (or 0xCE928C) is unknown color: approx Oriental Pink. HEX triplet: CE, 92 and 8C. RGB value is (206,146,140). Sum of RGB (Red+Green+Blue) = 206+146+140=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE928C is #316D73. Grayscale: #A3A3A3. Windows color (decimal): -3239284 or 9212622. OLE color: 9212622.

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

Color convert

RGB206146140-
CMYK00.290.320.19
HSL5.45º40.24%67.84%-
HSV(B)5.45º32.04%80.78%-
XYZ40.4735.5729.54-
YUV163.26114.88158.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=41.87%
G=29.67%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614614000.290.320.195.4540.2467.84
HexCE928C01D201352844
Octal3162222140354023550104
Binary110011101001001010001100011101100000100111011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE928C; }

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

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

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

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

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

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

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

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