#CE9089

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

Shades of Oriental Pink #CE9089

Tints of Oriental Pink #CE9089

Color information

#CE9089 (or 0xCE9089) is unknown color: approx Oriental Pink. HEX triplet: CE, 90 and 89. RGB value is (206,144,137). Sum of RGB (Red+Green+Blue) = 206+144+137=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9089 is #316F76. Grayscale: #A1A1A1. Windows color (decimal): -3239799 or 9015502. OLE color: 9015502.

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

Color convert

RGB206144137-
CMYK00.300.330.19
HSL6.09º41.32%67.25%-
HSV(B)6.09º33.5%80.78%-
XYZ39.9434.8728.29-
YUV161.74114.04159.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=42.30%
G=29.57%
B=28.13%

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
Decimal20614413700.300.330.196.0941.3267.25
HexCE908901E211362943
Octal3162202110364123651103
Binary110011101001000010001001011110100001100111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9089; }

 p { color: rgb(206,144,137); }

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

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

 a { background-color: rgb(206,144,137); }

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

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

 span { border-color: rgb(206,144,137); }

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