#CD938A

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

Shades of Oriental Pink #CD938A

Tints of Oriental Pink #CD938A

Color information

#CD938A (or 0xCD938A) is unknown color: approx Oriental Pink. HEX triplet: CD, 93 and 8A. RGB value is (205,147,138). Sum of RGB (Red+Green+Blue) = 205+147+138=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD938A is #326C75. Grayscale: #A3A3A3. Windows color (decimal): -3304566 or 9081805. OLE color: 9081805.

HSL color Cylindrical-coordinate representation of color #CD938A: hue angle of 8.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD938A is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB205147138-
CMYK00.280.330.20
HSL8.06º40.12%67.25%-
HSV(B)8.06º32.68%80.39%-
XYZ40.235.6828.81-
YUV163.32113.72157.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=41.84%
G=30%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514713800.280.330.208.0640.1267.25
HexCD938A01C211482843
Octal31522321203441241050103
Binary1100110110010011100010100111001000011010010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD938A; }

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

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

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

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

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

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

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

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