#CD8E86

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

Shades of Oriental Pink #CD8E86

Tints of Oriental Pink #CD8E86

Color information

#CD8E86 (or 0xCD8E86) is unknown color: approx Oriental Pink. HEX triplet: CD, 8E and 86. RGB value is (205,142,134). Sum of RGB (Red+Green+Blue) = 205+142+134=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8E86 is #327179. Grayscale: #A0A0A0. Windows color (decimal): -3305850 or 8818381. OLE color: 8818381.

HSL color Cylindrical-coordinate representation of color #CD8E86: hue angle of 6.76º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD8E86 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB205142134-
CMYK00.310.350.20
HSL6.76º41.52%66.47%-
HSV(B)6.76º34.63%80.39%-
XYZ39.1534.0527.06-
YUV159.93113.37160.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=42.62%
G=29.52%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514213400.310.350.206.7641.5266.47
HexCD8E8601F231472a42
Octal3152162060374324752102
Binary110011011000111010000110011111100011101001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E86; }

 p { color: rgb(205,142,134); }

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

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

 a { background-color: rgb(205,142,134); }

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

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

 span { border-color: rgb(205,142,134); }

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