#C37E7E

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

Shades of Oriental Pink #C37E7E

Tints of Oriental Pink #C37E7E

Color information

#C37E7E (or 0xC37E7E) is unknown color: approx Oriental Pink. HEX triplet: C3, 7E and 7E. RGB value is (195,126,126). Sum of RGB (Red+Green+Blue) = 195+126+126=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E7E is #3C8181. Grayscale: #929292. Windows color (decimal): -3965314 or 8289987. OLE color: 8289987.

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

Color convert

RGB195126126-
CMYK00.350.350.24
HSL36.51%62.94%-
HSV(B)35.38%76.47%-
XYZ33.7328.0323.37-
YUV146.63116.36162.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=43.62%
G=28.19%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512612600.350.350.24036.5162.94
HexC37E7E02323180253f
Octal303176176043433004577
Binary11000011111111011111100100011100011110000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37E7E; }

 p { color: rgb(195,126,126); }

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

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

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

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

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

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

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