#CD938E

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

Shades of Oriental Pink #CD938E

Tints of Oriental Pink #CD938E

Color information

#CD938E (or 0xCD938E) is unknown color: approx Oriental Pink. HEX triplet: CD, 93 and 8E. RGB value is (205,147,142). Sum of RGB (Red+Green+Blue) = 205+147+142=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD938E is #326C71. Grayscale: #A3A3A3. Windows color (decimal): -3304562 or 9343949. OLE color: 9343949.

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

Color convert

RGB205147142-
CMYK00.280.310.20
HSL4.76º38.65%68.04%-
HSV(B)4.76º30.73%80.39%-
XYZ40.4935.830.37-
YUV163.77115.72157.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=41.50%
G=29.76%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514714200.280.310.204.7638.6568.04
HexCD938E01C1F1452744
Octal3152232160343724547104
Binary11001101100100111000111001110011111101001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD938E; }

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

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

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

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

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

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

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

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