#C8938E

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

Shades of Oriental Pink #C8938E

Tints of Oriental Pink #C8938E

Color information

#C8938E (or 0xC8938E) is unknown color: approx Oriental Pink. HEX triplet: C8, 93 and 8E. RGB value is (200,147,142). Sum of RGB (Red+Green+Blue) = 200+147+142=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8938E is #376C71. Grayscale: #A2A2A2. Windows color (decimal): -3632242 or 9343944. OLE color: 9343944.

HSL color Cylindrical-coordinate representation of color #C8938E: hue angle of 5.17º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8938E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200147142-
CMYK00.260.290.22
HSL5.17º34.52%67.06%-
HSV(B)5.17º29%78.43%-
XYZ39.1435.130.3-
YUV162.28116.56154.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=40.90%
G=30.06%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014714200.260.290.225.1734.5267.06
HexC8938E01A1D1652343
Octal3102232160323526543103
Binary11001000100100111000111001101011101101101011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8938E; }

 p { color: rgb(200,147,142); }

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

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

 a { background-color: rgb(200,147,142); }

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

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

 span { border-color: rgb(200,147,142); }

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