#CE928B

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

Shades of Oriental Pink #CE928B

Tints of Oriental Pink #CE928B

Color information

#CE928B (or 0xCE928B) is unknown color: approx Oriental Pink. HEX triplet: CE, 92 and 8B. RGB value is (206,146,139). Sum of RGB (Red+Green+Blue) = 206+146+139=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE928B is #316D74. Grayscale: #A3A3A3. Windows color (decimal): -3239285 or 9147086. OLE color: 9147086.

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

Color convert

RGB206146139-
CMYK00.290.330.19
HSL6.27º40.61%67.65%-
HSV(B)6.27º32.52%80.78%-
XYZ40.3935.5429.16-
YUV163.14114.38158.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=41.96%
G=29.74%
B=28.31%

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
Decimal20614613900.290.330.196.2740.6167.65
HexCE928B01D211362944
Octal3162222130354123651104
Binary110011101001001010001011011101100001100111101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE928B; }

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

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

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

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

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

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

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

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