#C3928E

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

Shades of Oriental Pink #C3928E

Tints of Oriental Pink #C3928E

Color information

#C3928E (or 0xC3928E) is unknown color: approx Oriental Pink. HEX triplet: C3, 92 and 8E. RGB value is (195,146,142). Sum of RGB (Red+Green+Blue) = 195+146+142=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3928E is #3C6D71. Grayscale: #A0A0A0. Windows color (decimal): -3960178 or 9343683. OLE color: 9343683.

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

Color convert

RGB195146142-
CMYK00.250.270.24
HSL4.53º30.64%66.08%-
HSV(B)4.53º27.18%76.47%-
XYZ37.6734.1130.19-
YUV160.2117.73152.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=40.37%
G=30.23%
B=29.40%

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
Decimal19514614200.250.270.244.5330.6466.08
HexC3928E0191B1851f42
Octal3032222160313330537102
Binary1100001110010010100011100110011101111000101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3928E; }

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

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

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

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

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

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

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

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