#C1938B

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

Shades of Oriental Pink #C1938B

Tints of Oriental Pink #C1938B

Color information

#C1938B (or 0xC1938B) is unknown color: approx Oriental Pink. HEX triplet: C1, 93 and 8B. RGB value is (193,147,139). Sum of RGB (Red+Green+Blue) = 193+147+139=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C1938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1938B is #3E6C74. Grayscale: #9F9F9F. Windows color (decimal): -4090997 or 9147329. OLE color: 9147329.

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

Color convert

RGB193147139-
CMYK00.240.280.24
HSL8.89º30.34%65.1%-
HSV(B)8.89º27.98%75.69%-
XYZ37.0934.0729.05-
YUV159.84116.24151.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.29%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=40.29%
G=30.69%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314713900.240.280.248.8930.3465.1
HexC1938B0181C1891e41
Octal30122321303034301136101
Binary11000001100100111000101101100011100110001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1938B; }

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

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

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

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

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

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

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

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