#C7938F

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

Shades of Oriental Pink #C7938F

Tints of Oriental Pink #C7938F

Color information

#C7938F (or 0xC7938F) is unknown color: approx Oriental Pink. HEX triplet: C7, 93 and 8F. RGB value is (199,147,143). Sum of RGB (Red+Green+Blue) = 199+147+143=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7938F is #386C70. Grayscale: #A2A2A2. Windows color (decimal): -3697777 or 9409479. OLE color: 9409479.

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

Color convert

RGB199147143-
CMYK00.260.280.22
HSL4.29º33.33%67.06%-
HSV(B)4.29º28.14%78.04%-
XYZ38.9434.9930.69-
YUV162.09117.23154.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 143 (56.25% from 255) = 29.24%
R=40.70%
G=30.06%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914714300.260.280.224.2933.3367.06
HexC7938F01A1C1642143
Octal3072232170323426441103
Binary11000111100100111000111101101011100101101001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7938F; }

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

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

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

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

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

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

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

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