#C3938E

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

Shades of Oriental Pink #C3938E

Tints of Oriental Pink #C3938E

Color information

#C3938E (or 0xC3938E) is unknown color: approx Oriental Pink. HEX triplet: C3, 93 and 8E. RGB value is (195,147,142). Sum of RGB (Red+Green+Blue) = 195+147+142=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3938E is #3C6C71. Grayscale: #A0A0A0. Windows color (decimal): -3959922 or 9343939. OLE color: 9343939.

HSL color Cylindrical-coordinate representation of color #C3938E: hue angle of 5.66º degrees, saturation: 0.31, 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 #C3938E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB195147142-
CMYK00.250.270.24
HSL5.66º30.64%66.08%-
HSV(B)5.66º27.18%76.47%-
XYZ37.8234.4230.24-
YUV160.78117.4152.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=40.29%
G=30.37%
B=29.34%

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
Decimal19514714200.250.270.245.6630.6466.08
HexC3938E0191B1861f42
Octal3032232160313330637102
Binary1100001110010011100011100110011101111000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3938E; }

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

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

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

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

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

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

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

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