#CA9089

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

Shades of Oriental Pink #CA9089

Tints of Oriental Pink #CA9089

Color information

#CA9089 (or 0xCA9089) is unknown color: approx Oriental Pink. HEX triplet: CA, 90 and 89. RGB value is (202,144,137). Sum of RGB (Red+Green+Blue) = 202+144+137=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9089 is #356F76. Grayscale: #A0A0A0. Windows color (decimal): -3501943 or 9015498. OLE color: 9015498.

HSL color Cylindrical-coordinate representation of color #CA9089: hue angle of 6.46º 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 #CA9089 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202144137-
CMYK00.290.320.21
HSL6.46º38.01%66.47%-
HSV(B)6.46º32.18%79.22%-
XYZ38.8534.3128.24-
YUV160.54114.72157.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=41.82%
G=29.81%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214413700.290.320.216.4638.0166.47
HexCA908901D201562642
Octal3122202110354025646102
Binary110010101001000010001001011101100000101011101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9089; }

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

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

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

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

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

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

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

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