#C7938E

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

Shades of Oriental Pink #C7938E

Tints of Oriental Pink #C7938E

Color information

#C7938E (or 0xC7938E) is unknown color: approx Oriental Pink. HEX triplet: C7, 93 and 8E. RGB value is (199,147,142). Sum of RGB (Red+Green+Blue) = 199+147+142=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7938E is #386C71. Grayscale: #A2A2A2. Windows color (decimal): -3697778 or 9343943. OLE color: 9343943.

HSL color Cylindrical-coordinate representation of color #C7938E: hue angle of 5.26º degrees, saturation: 0.34, 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 #C7938E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199147142-
CMYK00.260.290.22
HSL5.26º33.73%66.86%-
HSV(B)5.26º28.64%78.04%-
XYZ38.8734.9630.29-
YUV161.98116.73154.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=40.78%
G=30.12%
B=29.10%

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
Decimal19914714200.260.290.225.2633.7366.86
HexC7938E01A1D1652243
Octal3072232160323526542103
Binary11000111100100111000111001101011101101101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7938E; }

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

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

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

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

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

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

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

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