#C18E7E

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

Shades of Oriental Pink #C18E7E

Tints of Oriental Pink #C18E7E

Color information

#C18E7E (or 0xC18E7E) is unknown color: approx Oriental Pink. HEX triplet: C1, 8E and 7E. RGB value is (193,142,126). Sum of RGB (Red+Green+Blue) = 193+142+126=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18E7E is #3E7181. Grayscale: #9B9B9B. Windows color (decimal): -4092290 or 8294081. OLE color: 8294081.

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

Color convert

RGB193142126-
CMYK00.260.350.24
HSL14.33º35.08%62.55%-
HSV(B)14.33º34.72%75.69%-
XYZ35.4332.1924.08-
YUV155.43111.4154.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.87%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=41.87%
G=30.80%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314212600.260.350.2414.3335.0862.55
HexC18E7E01A2318e233f
Octal3012161760324330164377
Binary11000001100011101111110011010100011110001110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18E7E; }

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

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

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

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

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

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

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

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