#CA948C

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

Shades of Oriental Pink #CA948C

Tints of Oriental Pink #CA948C

Color information

#CA948C (or 0xCA948C) is unknown color: approx Oriental Pink. HEX triplet: CA, 94 and 8C. RGB value is (202,148,140). Sum of RGB (Red+Green+Blue) = 202+148+140=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA948C is #356B73. Grayscale: #A3A3A3. Windows color (decimal): -3500916 or 9213130. OLE color: 9213130.

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

Color convert

RGB202148140-
CMYK00.270.310.21
HSL7.74º36.9%67.06%-
HSV(B)7.74º30.69%79.22%-
XYZ39.6835.6329.6-
YUV163.23114.89155.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 140 (55.08% from 255) = 28.57%
R=41.22%
G=30.20%
B=28.57%

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
Decimal20214814000.270.310.217.7436.967.06
HexCA948C01B1F1582543
Octal31222421403337251045103
Binary110010101001010010001100011011111111010110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA948C; }

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

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

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

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

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

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

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

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