#CA9389

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

Shades of Oriental Pink #CA9389

Tints of Oriental Pink #CA9389

Color information

#CA9389 (or 0xCA9389) is unknown color: approx Oriental Pink. HEX triplet: CA, 93 and 89. RGB value is (202,147,137). Sum of RGB (Red+Green+Blue) = 202+147+137=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9389 is #356C76. Grayscale: #A2A2A2. Windows color (decimal): -3501175 or 9016266. OLE color: 9016266.

HSL color Cylindrical-coordinate representation of color #CA9389: hue angle of 9.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9389 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202147137-
CMYK00.270.320.21
HSL9.23º38.01%66.47%-
HSV(B)9.23º32.18%79.22%-
XYZ39.3135.2328.4-
YUV162.3113.72156.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=41.56%
G=30.25%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214713700.270.320.219.2338.0166.47
HexCA938901B201592642
Octal31222321103340251146102
Binary1100101010010011100010010110111000001010110011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9389; }

 p { color: rgb(202,147,137); }

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

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

 a { background-color: rgb(202,147,137); }

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

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

 span { border-color: rgb(202,147,137); }

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