#CE8D89

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

Shades of Oriental Pink #CE8D89

Tints of Oriental Pink #CE8D89

Color information

#CE8D89 (or 0xCE8D89) is unknown color: approx Oriental Pink. HEX triplet: CE, 8D and 89. RGB value is (206,141,137). Sum of RGB (Red+Green+Blue) = 206+141+137=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8D89 is #317276. Grayscale: #A0A0A0. Windows color (decimal): -3240567 or 9014734. OLE color: 9014734.

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

Color convert

RGB206141137-
CMYK00.320.330.19
HSL3.48º41.32%67.25%-
HSV(B)3.48º33.5%80.78%-
XYZ39.4933.9828.14-
YUV159.98115.03160.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=42.56%
G=29.13%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614113700.320.330.193.4841.3267.25
HexCE8D89020211332943
Octal3162152110404123351103
Binary110011101000110110001001010000010000110011111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8D89; }

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

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

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

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

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

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

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

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