#CD8F89

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

Shades of Oriental Pink #CD8F89

Tints of Oriental Pink #CD8F89

Color information

#CD8F89 (or 0xCD8F89) is unknown color: approx Oriental Pink. HEX triplet: CD, 8F and 89. RGB value is (205,143,137). Sum of RGB (Red+Green+Blue) = 205+143+137=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8F89 is #327076. Grayscale: #A0A0A0. Windows color (decimal): -3305591 or 9015245. OLE color: 9015245.

HSL color Cylindrical-coordinate representation of color #CD8F89: hue angle of 5.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8F89 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB205143137-
CMYK00.300.330.20
HSL5.29º40.48%67.06%-
HSV(B)5.29º33.17%80.39%-
XYZ39.5134.4328.23-
YUV160.85114.54159.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=42.27%
G=29.48%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514313700.300.330.205.2940.4867.06
HexCD8F8901E211452843
Octal3152172110364124550103
Binary110011011000111110001001011110100001101001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F89; }

 p { color: rgb(205,143,137); }

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

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

 a { background-color: rgb(205,143,137); }

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

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

 span { border-color: rgb(205,143,137); }

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