#CE8F8B

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

Shades of Oriental Pink #CE8F8B

Tints of Oriental Pink #CE8F8B

Color information

#CE8F8B (or 0xCE8F8B) is unknown color: approx Oriental Pink. HEX triplet: CE, 8F and 8B. RGB value is (206,143,139). Sum of RGB (Red+Green+Blue) = 206+143+139=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8F8B is #317074. Grayscale: #A1A1A1. Windows color (decimal): -3240053 or 9146318. OLE color: 9146318.

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

Color convert

RGB206143139-
CMYK00.310.330.19
HSL3.58º40.61%67.65%-
HSV(B)3.58º32.52%80.78%-
XYZ39.9434.6329.01-
YUV161.38115.37159.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.21%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=42.21%
G=29.30%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614313900.310.330.193.5840.6167.65
HexCE8F8B01F211342944
Octal3162172130374123451104
Binary110011101000111110001011011111100001100111001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8F8B; }

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

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

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

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

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

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

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

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