#CA9693

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

Shades of Oriental Pink #CA9693

Tints of Oriental Pink #CA9693

Color information

#CA9693 (or 0xCA9693) is unknown color: approx Oriental Pink. HEX triplet: CA, 96 and 93. RGB value is (202,150,147). Sum of RGB (Red+Green+Blue) = 202+150+147=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9693 is #35696C. Grayscale: #A5A5A5. Windows color (decimal): -3500397 or 9672394. OLE color: 9672394.

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

Color convert

RGB202150147-
CMYK00.260.270.21
HSL3.27º34.16%68.43%-
HSV(B)3.27º27.23%79.22%-
XYZ40.5336.4832.51-
YUV165.21117.73154.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=40.48%
G=30.06%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215014700.260.270.213.2734.1668.43
HexCA969301A1B1532244
Octal3122262230323325342104
Binary1100101010010110100100110110101101110101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9693; }

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

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

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

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

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

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

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

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