#C3938F

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

Shades of Oriental Pink #C3938F

Tints of Oriental Pink #C3938F

Color information

#C3938F (or 0xC3938F) is unknown color: approx Oriental Pink. HEX triplet: C3, 93 and 8F. RGB value is (195,147,143). Sum of RGB (Red+Green+Blue) = 195+147+143=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3938F is #3C6C70. Grayscale: #A0A0A0. Windows color (decimal): -3959921 or 9409475. OLE color: 9409475.

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

Color convert

RGB195147143-
CMYK00.250.270.24
HSL4.62º30.23%66.27%-
HSV(B)4.62º26.67%76.47%-
XYZ37.934.4530.64-
YUV160.9117.9152.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=40.21%
G=30.31%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514714300.250.270.244.6230.2366.27
HexC3938F0191B1851e42
Octal3032232170313330536102
Binary1100001110010011100011110110011101111000101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3938F; }

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

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

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

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

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

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

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

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