#CA938F

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

Shades of Oriental Pink #CA938F

Tints of Oriental Pink #CA938F

Color information

#CA938F (or 0xCA938F) is unknown color: approx Oriental Pink. HEX triplet: CA, 93 and 8F. RGB value is (202,147,143). Sum of RGB (Red+Green+Blue) = 202+147+143=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA938F is #356C70. Grayscale: #A3A3A3. Windows color (decimal): -3501169 or 9409482. OLE color: 9409482.

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

Color convert

RGB202147143-
CMYK00.270.290.21
HSL4.07º35.76%67.65%-
HSV(B)4.07º29.21%79.22%-
XYZ39.7535.4130.73-
YUV162.99116.72155.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=41.06%
G=29.88%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214714300.270.290.214.0735.7667.65
HexCA938F01B1D1542444
Octal3122232170333525444104
Binary11001010100100111000111101101111101101011001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA938F; }

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

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

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

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

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

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

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

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