#CA918F

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

Shades of Oriental Pink #CA918F

Tints of Oriental Pink #CA918F

Color information

#CA918F (or 0xCA918F) is unknown color: approx Oriental Pink. HEX triplet: CA, 91 and 8F. RGB value is (202,145,143). Sum of RGB (Red+Green+Blue) = 202+145+143=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA918F is #356E70. Grayscale: #A1A1A1. Windows color (decimal): -3501681 or 9408970. OLE color: 9408970.

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

Color convert

RGB202145143-
CMYK00.280.290.21
HSL2.03º35.76%67.65%-
HSV(B)2.03º29.21%79.22%-
XYZ39.4434.7930.62-
YUV161.81117.38156.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=41.22%
G=29.59%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214514300.280.290.212.0335.7667.65
HexCA918F01C1D1522444
Octal3122212170343525244104
Binary1100101010010001100011110111001110110101101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA918F; }

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

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

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

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

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

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

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

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