#CD938D

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

Shades of Oriental Pink #CD938D

Tints of Oriental Pink #CD938D

Color information

#CD938D (or 0xCD938D) is unknown color: approx Oriental Pink. HEX triplet: CD, 93 and 8D. RGB value is (205,147,141). Sum of RGB (Red+Green+Blue) = 205+147+141=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD938D is #326C72. Grayscale: #A3A3A3. Windows color (decimal): -3304563 or 9278413. OLE color: 9278413.

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

Color convert

RGB205147141-
CMYK00.280.310.20
HSL5.63º39.02%67.84%-
HSV(B)5.63º31.22%80.39%-
XYZ40.4235.7729.97-
YUV163.66115.22157.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=41.58%
G=29.82%
B=28.60%

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
Decimal20514714100.280.310.205.6339.0267.84
HexCD938D01C1F1462744
Octal3152232150343724647104
Binary11001101100100111000110101110011111101001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD938D; }

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

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

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

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

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

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

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

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