#C3938C

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

Shades of Oriental Pink #C3938C

Tints of Oriental Pink #C3938C

Color information

#C3938C (or 0xC3938C) is unknown color: approx Oriental Pink. HEX triplet: C3, 93 and 8C. RGB value is (195,147,140). Sum of RGB (Red+Green+Blue) = 195+147+140=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3938C is #3C6C73. Grayscale: #A0A0A0. Windows color (decimal): -3959924 or 9212867. OLE color: 9212867.

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

Color convert

RGB195147140-
CMYK00.250.280.24
HSL7.64º31.43%65.69%-
HSV(B)7.64º28.21%76.47%-
XYZ37.6734.3629.46-
YUV160.55116.4152.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=40.46%
G=30.50%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514714000.250.280.247.6431.4365.69
HexC3938C0191C1881f42
Octal30322321403134301037102
Binary11000011100100111000110001100111100110001000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3938C; }

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

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

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

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

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

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

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

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