#CA938C

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

Shades of Oriental Pink #CA938C

Tints of Oriental Pink #CA938C

Color information

#CA938C (or 0xCA938C) is unknown color: approx Oriental Pink. HEX triplet: CA, 93 and 8C. RGB value is (202,147,140). Sum of RGB (Red+Green+Blue) = 202+147+140=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA938C is #356C73. Grayscale: #A2A2A2. Windows color (decimal): -3501172 or 9212874. OLE color: 9212874.

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

Color convert

RGB202147140-
CMYK00.270.310.21
HSL6.77º36.9%67.06%-
HSV(B)6.77º30.69%79.22%-
XYZ39.5235.3229.54-
YUV162.65115.22156.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=41.31%
G=30.06%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214714000.270.310.216.7736.967.06
HexCA938C01B1F1572543
Octal3122232140333725745103
Binary11001010100100111000110001101111111101011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA938C; }

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

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

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

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

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

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

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

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