#C18D7E

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

Shades of Oriental Pink #C18D7E

Tints of Oriental Pink #C18D7E

Color information

#C18D7E (or 0xC18D7E) is unknown color: approx Oriental Pink. HEX triplet: C1, 8D and 7E. RGB value is (193,141,126). Sum of RGB (Red+Green+Blue) = 193+141+126=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18D7E is #3E7281. Grayscale: #9A9A9A. Windows color (decimal): -4092546 or 8293825. OLE color: 8293825.

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

Color convert

RGB193141126-
CMYK00.270.350.24
HSL13.43º35.08%62.55%-
HSV(B)13.43º34.72%75.69%-
XYZ35.2831.8924.04-
YUV154.84111.73155.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=41.96%
G=30.65%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314112600.270.350.2413.4335.0862.55
HexC18D7E01B2318d233f
Octal3012151760334330154377
Binary11000001100011011111110011011100011110001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18D7E; }

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

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

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

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

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

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

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

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