#C1938C

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

Shades of Oriental Pink #C1938C

Tints of Oriental Pink #C1938C

Color information

#C1938C (or 0xC1938C) is unknown color: approx Oriental Pink. HEX triplet: C1, 93 and 8C. RGB value is (193,147,140). Sum of RGB (Red+Green+Blue) = 193+147+140=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1938C is #3E6C73. Grayscale: #A0A0A0. Windows color (decimal): -4090996 or 9212865. OLE color: 9212865.

HSL color Cylindrical-coordinate representation of color #C1938C: hue angle of 7.92º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1938C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193147140-
CMYK00.240.270.24
HSL7.92º29.94%65.29%-
HSV(B)7.92º27.46%75.69%-
XYZ37.1634.129.43-
YUV159.96116.74151.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=40.21%
G=30.62%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314714000.240.270.247.9229.9465.29
HexC1938C0181B1881e41
Octal30122321403033301036101
Binary11000001100100111000110001100011011110001000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1938C; }

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

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

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

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

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

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

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

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