#CD8F8D

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

Shades of Oriental Pink #CD8F8D

Tints of Oriental Pink #CD8F8D

Color information

#CD8F8D (or 0xCD8F8D) is unknown color: approx Oriental Pink. HEX triplet: CD, 8F and 8D. RGB value is (205,143,141). Sum of RGB (Red+Green+Blue) = 205+143+141=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8F8D is #327072. Grayscale: #A1A1A1. Windows color (decimal): -3305587 or 9277389. OLE color: 9277389.

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

Color convert

RGB205143141-
CMYK00.300.310.20
HSL1.88º39.02%67.84%-
HSV(B)1.88º31.22%80.39%-
XYZ39.8134.5529.77-
YUV161.31116.54159.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=41.92%
G=29.24%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514314100.300.310.201.8839.0267.84
HexCD8F8D01E1F1422744
Octal3152172150363724247104
Binary1100110110001111100011010111101111110100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F8D; }

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

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

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

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

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

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

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

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