#C4938F

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

Shades of Oriental Pink #C4938F

Tints of Oriental Pink #C4938F

Color information

#C4938F (or 0xC4938F) is unknown color: approx Oriental Pink. HEX triplet: C4, 93 and 8F. RGB value is (196,147,143). Sum of RGB (Red+Green+Blue) = 196+147+143=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4938F is #3B6C70. Grayscale: #A1A1A1. Windows color (decimal): -3894385 or 9409476. OLE color: 9409476.

HSL color Cylindrical-coordinate representation of color #C4938F: hue angle of 4.53º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4938F is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB196147143-
CMYK00.250.270.23
HSL4.53º30.99%66.47%-
HSV(B)4.53º27.04%76.86%-
XYZ38.1634.5930.65-
YUV161.2117.73152.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=40.33%
G=30.25%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614714300.250.270.234.5330.9966.47
HexC4938F0191B1751f42
Octal3042232170313327537102
Binary1100010010010011100011110110011101110111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4938F; }

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

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

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

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

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

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

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

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