#CD8E8C

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

Shades of Oriental Pink #CD8E8C

Tints of Oriental Pink #CD8E8C

Color information

#CD8E8C (or 0xCD8E8C) is unknown color: approx Oriental Pink. HEX triplet: CD, 8E and 8C. RGB value is (205,142,140). Sum of RGB (Red+Green+Blue) = 205+142+140=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8E8C is #327173. Grayscale: #A0A0A0. Windows color (decimal): -3305844 or 9211597. OLE color: 9211597.

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

Color convert

RGB205142140-
CMYK00.310.320.20
HSL1.85º39.39%67.65%-
HSV(B)1.85º31.71%80.39%-
XYZ39.5834.2229.33-
YUV160.61116.37159.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=42.09%
G=29.16%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514214000.310.320.201.8539.3967.65
HexCD8E8C01F201422744
Octal3152162140374024247104
Binary11001101100011101000110001111110000010100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E8C; }

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

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

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

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

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

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

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

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