#C1948D

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

Shades of Oriental Pink #C1948D

Tints of Oriental Pink #C1948D

Color information

#C1948D (or 0xC1948D) is unknown color: approx Oriental Pink. HEX triplet: C1, 94 and 8D. RGB value is (193,148,141). Sum of RGB (Red+Green+Blue) = 193+148+141=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1948D is #3E6B72. Grayscale: #A0A0A0. Windows color (decimal): -4090739 or 9278657. OLE color: 9278657.

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

Color convert

RGB193148141-
CMYK00.230.270.24
HSL8.08º29.55%65.49%-
HSV(B)8.08º26.94%75.69%-
XYZ37.3934.4429.88-
YUV160.66116.91151.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=40.04%
G=30.71%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314814100.230.270.248.0829.5565.49
HexC1948D0171B1881e41
Octal30122421502733301036101
Binary11000001100101001000110101011111011110001000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1948D; }

 p { color: rgb(193,148,141); }

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

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

 a { background-color: rgb(193,148,141); }

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

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

 span { border-color: rgb(193,148,141); }

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