#C3938A

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

Shades of Oriental Pink #C3938A

Tints of Oriental Pink #C3938A

Color information

#C3938A (or 0xC3938A) is unknown color: approx Oriental Pink. HEX triplet: C3, 93 and 8A. RGB value is (195,147,138). Sum of RGB (Red+Green+Blue) = 195+147+138=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3938A is #3C6C75. Grayscale: #A0A0A0. Windows color (decimal): -3959926 or 9081795. OLE color: 9081795.

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

Color convert

RGB195147138-
CMYK00.250.290.24
HSL9.47º32.2%65.29%-
HSV(B)9.47º29.23%76.47%-
XYZ37.5334.328.69-
YUV160.33115.4152.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=40.62%
G=30.62%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514713800.250.290.249.4732.265.29
HexC3938A0191D1892041
Octal30322321203135301140101
Binary110000111001001110001010011001111011100010011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3938A; }

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

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

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

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

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

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

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

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