#CE908B

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

Shades of Oriental Pink #CE908B

Tints of Oriental Pink #CE908B

Color information

#CE908B (or 0xCE908B) is unknown color: approx Oriental Pink. HEX triplet: CE, 90 and 8B. RGB value is (206,144,139). Sum of RGB (Red+Green+Blue) = 206+144+139=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE908B is #316F74. Grayscale: #A2A2A2. Windows color (decimal): -3239797 or 9146574. OLE color: 9146574.

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

Color convert

RGB206144139-
CMYK00.300.330.19
HSL4.48º40.61%67.65%-
HSV(B)4.48º32.52%80.78%-
XYZ40.0934.9329.06-
YUV161.97115.04159.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=42.13%
G=29.45%
B=28.43%

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
Decimal20614413900.300.330.194.4840.6167.65
HexCE908B01E211342944
Octal3162202130364123451104
Binary110011101001000010001011011110100001100111001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE908B; }

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

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

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

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

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

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

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

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